You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try various ways to get this thing to show up somewhere. You can do m.show_in_browser() to get it in an external browser window, but how are we meant to have this in either the Viewer or Plots pane? I tried m.render() but saw nothing.
Try to print out m in the console, which hangs the whole console and I have to quit Positron to get things functional again. There is this log in the Console output:
Note "Make this Notebook Trusted to load map"; I am in the console and not a notebook.
This came up specifically for @andrie in the context of Quarto but is a more general problem, I believe. Related to #1719 in that it is about Python HTML content.
What did you expect to happen?
I expected to be able to see this HTML content either in Plots (like plotly) or in the Viewer (like Shiny).
Were there any error messages in the output or Developer Tools console?
I didn't see other interesting logs other than the one about "Make this Notebook Trusted to load map".
The text was updated successfully, but these errors were encountered:
Positron Version:
2024.05.0 (Universal) build 1160
Steps to reproduce the issue:
Try various ways to get this thing to show up somewhere. You can do
m.show_in_browser()
to get it in an external browser window, but how are we meant to have this in either the Viewer or Plots pane? I triedm.render()
but saw nothing.Try to print out
m
in the console, which hangs the whole console and I have to quit Positron to get things functional again. There is this log in the Console output:Note "Make this Notebook Trusted to load map"; I am in the console and not a notebook.
This came up specifically for @andrie in the context of Quarto but is a more general problem, I believe. Related to #1719 in that it is about Python HTML content.
What did you expect to happen?
I expected to be able to see this HTML content either in Plots (like plotly) or in the Viewer (like Shiny).
Were there any error messages in the output or Developer Tools console?
I didn't see other interesting logs other than the one about "Make this Notebook Trusted to load map".
The text was updated successfully, but these errors were encountered: