jupyter_bokeh
jupyter_bokeh copied to clipboard
An extension for rendering Bokeh content in JupyterLab notebooks
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
This uses types from `@bokeh/bokehjs` package to improve code quality and fix issues.
I'm trying to integrate a `Tabulator` into a Voila application as follows: ``` import pandas as pd import panel as pn pn.extension('tabulator') df = pd.DataFrame(...) df_widget = pn.ipywidget(pn.widgets.Tabulator(df)) ``` I'm...
Does not work on MacOS with Python 3.11 after the recent library changes. I managed to install it before for Python 3.10, but now I don't see a way to...
This is a duplicate of https://github.com/holoviz/hvplot/issues/1369. I was asked to open the same issue here. ------ I am running a `hvplot()` on a `xarray` in a `Jupyter Notebook` in `VSCode`...
python 3.12 on Ubuntu (vscode + WSL) bokeh v3.6.1 jupyter-bokeh v4.0.5 jupyter-core v5.7.2 I am trying to push updates to a bokeh figure inside a vscode interactive enviroment (.py file...