Closed dwelkie closed 5 years ago
Sorry, we're a little spread thin currently on a number of projects so cannot fix this in the short term. Given the trouble that bokeh has been making, we've been considering to drop it actually. An easy fix right now would be to uninstall bokeh and install plotly as an alternative plot library. If you prefer bokeh, than you could install an older version of bokeh maybe and see if it works (pip install bokeh=PUT.OLDER.VERSION.HERE --upgrade
).
Also, pull requests always welcome 😄
Thanks for such a fast reply. Believe it or not, doing what you suggested and simlply pip uninstall bokeh did the trick. Thanks again and I hope this might help others! Cheers!
Hello, I saw that I may not be the only one who has come across this issue but I would appreciate further assistance. When I am working through the notebook "cameo-02-generating-gene-knockout-strategies" and all runs well until I reach Optgene. I get this:
I am not sure I know how to fix it. Prior to running the line I enter and run successfully
from bokeh.plotting import figure, show from bokeh.io import output_notebook, push_notebook, show output_notebook() and get : BokehJS successfully loaded
I am attaching my environment incase that helps pinpoint an issue. cameov2.pdf
Can you please help. Thanks in advance!