[BUG] push_notebook broken in jupyter-lab 1.2.6
See original GitHub issuenotebook_comms examples work in classic notebook, but do not work in jlab. (OSX/Safari) This is with a fresh install of jlab and also
jupyter labextension install @bokeh/jupyter_bokeh
I tried with versions all the way back 1.1.4 and they all report that the extension fails to load:
Other plots work, presumably because the Jupyter folks relented and now allow JS execution by default like before (or so I heard)
Not sure what’s up. I thought this was fixed/tested recently. If there is an issue with my installation it is one that lots of people will run into because I just copy/pasted the commands from the user guide.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
push_notebook support is broken in JupyterLab for bokeh ...
The jupyterlab_bokeh extension the window.Bokeh object to have to contain Bokeh.embed.kernels = {} that appears to have been accidentally ...
Read more >JupyterLab(1.2.6) can't find module 'plotly' - Stack Overflow
I'm getting this error: ModuleNotFoundError: No module named 'plotly'. Which I find weird because: Anaconda showing plotly 4.10.0.
Read more >JupyterLab Changelog — JupyterLab 3.6.0b0 documentation
Restore the relative sizes of areas in split panel #10196 (@krassowski). Move open-with to its own plugin, so it can be disabled independently....
Read more >How to fix Kernel Error or broken Python in Jupyter Notebook
TL;DW BELOW! If you delete or upgrade your python version, you might get a Kernel Error when trying to use Jupyter Notebooks!
Read more >2.2.6 - Files :: Anaconda.org
An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Indeed it’s missing. There’s only a mention in the extension’s readme. I will update this together with the blog post.
I have identified the issue and will submit a PR shortly.