jupyter_bokeh
jupyter_bokeh copied to clipboard
An extension for rendering Bokeh content in JupyterLab notebooks
@mattpap @philippjfr If someone will write down the steps required to publish this package I will create a manual trigger GH Action similar to the one in the main Bokeh...
Hi! Thank you so much for providing the brilliant package. Matplotlib inline works in my Jupyterlab notebook, but not Bokeh (or Holoviews). See the screenshot below. I am able to...
| Library | Version | | -- | -- | | VS Code | 1.71.2 | | python | 3.9.13 64-bit | | panel | ~0.13.1~ 0.14.0a25 | | jupyterlab...
`jupyter_bokeh` does not work with `ipywidgets >=8.0.0a0` Latest compatible version of ipywidgets is `7.7.2`.
The following code that intermixes two BokehModel instances with an ipywidget instance ```python import bokeh.plotting as bp import bokeh.models as bm import ipywidgets as ipw from jupyter_bokeh import BokehModel p...
I have found that the `jupyter_bokeh` build on conda-forge is not compatible with JupyterLab 4.0. I was able to fix this by relaxing the constraints on key dependencies. To test...
I am not able to get the various push_notebook examples to update when run as .ipynb files from VSCode. They work fine when run from a Jupyter notebook. Below is...
Good afternoon! For the past several days, I have been getting the following error when trying to instantiate a BokehModel from jupyter_bokeh: (docs_json, [render_item]) = standalone_docs_json_and_render_items([model], True) TypeError: standalone_docs_json_and_render_items() takes...
If I run a simple example like the below in VS Code: ``` python import numpy as np import holoviews as hv def sine_curve(phase, freq): xvals = [0.1* i for...
This could be something I have done wrong. Relatively new to using python (started about a year ago). Here is the error: PS C:\Users\Karl.Hampton> pip install jupyter_bokeh Collecting jupyter_bokeh Using...