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
Using myBinder to open an online instance of JupyterLab which is serving a notebook from a GitHub repository does not show the visualization although it generates the output rendered message stating it is embedding the Tmpfile to output cell.
The same behavior is observed via Google’s Colab Notebook online app.
How can this issue be resolved?
What additional info do you need?
The text was updated successfully, but these errors were encountered:
I've never tried snakeviz in those environments, but I'd honestly be surprised if it works. The snakeviz magic requires starting a snakeviz web server via a subprocess and reading the page contents that way, and I bet Binder and Colab have security controls in place to prevent that kind of thing. 😞
No workarounds that I know of for using snakeviz itself in these environments, but I think you can still use the IPython %prun magic. It has the same underlying data as snakeviz without the interactive visualization.
Using myBinder to open an online instance of JupyterLab which is serving a notebook from a GitHub repository does not show the visualization although it generates the output rendered message stating it is embedding the Tmpfile to output cell.
The same behavior is observed via Google’s Colab Notebook online app.
How can this issue be resolved?
What additional info do you need?
The text was updated successfully, but these errors were encountered: