-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to work with jupyter notebook
#150
Comments
@cpsievert @philippjfr is probably the best person to speculate on this but I will go ahead and say up front that complete version information is needed for all the relevant packages. Edit: also, just to be clear, AFAIK the |
I believe what's missing here is running |
@philippjfr can you clarify/confirm re: classic notebook expectations? |
Ah, I see, that fixes it, thanks! A mention on the README would be helpful |
@cpsievert FYI the docs for everything Bokeh related are consolidated on the main docs site https://docs.bokeh.org/en/latest/docs/user_guide/jupyter.html |
After doing
pip install jupyter_bokeh
,jupyter notebook
, then running the following in a notebook cell:I get no output and the following JS errors:
Am I doing something wrong? I have a feeling this might be related to the fact that the notebook extension config is pointing to a seemingly non-existant
nbextension/static
(should it benbextension
instead)?jupyter_bokeh/jupyter_bokeh/__init__.py
Line 22 in 4010f6c
The text was updated successfully, but these errors were encountered: