Replies: 1 comment 1 reply
-
I will say I am running the notebook on a Raspberry Pi and hosting the notebook publicly so that I can access it from my computer. Believe this is the issue. It's noted that I can set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Anybody experiencing a problem with Bokeh not plotting in Jupyter? I'm running the minimal example with Python 3.7.3, Jupyter Notebook 6.1.5, and Bokeh 2.3.0. I looked at some closed issues but the only solution was setting this line
backtesting.set_bokeh_output(notebook=False)
I tried true and false and neither worked. Anybody else having the same issue?
`
# In[1]:
`
Beta Was this translation helpful? Give feedback.
All reactions