Octoframes / embedding-ipywidgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedding widget possible?

JupyterLab4 -> There's the option "Save widget state automatically", but that's broken Jupyter Notebook 7 JupyterVS Code (no, not planned)

Is there a disconnection indicator after kernel restart?

JupyterLab4 -> yes! Jupyter Notebook 7 -> ?? JupyterVS Code -> no!

Is there a disconnection indicator after kernel restart + reopening?

JupyterLab4 -> Error displaying widget: model not found related jupyter-widgets/ipywidgets#3758 jupyter-widgets/ipywidgets#3773 jupyter-widgets/ipywidgets#2628

Jupyter Notebook 7 JupyterVS Code

Does the platfoorm allow displaying embedded widtgets after restart kernel and closing+reopening notebook?

Steps to reproduce for JupyterLab Version 4.0.4:

python3.11 -m venv .venv && source .venv/bin/activate pip install jupyterlab pip install ipywidgets jupyter lab

Steps to reproduce for Jupyter Notebook Version: 7.0.2 : python3.11 -m venv .venv && source .venv/bin/activate pip install notebook pip install ipywidgets jupyter notebook

About


Languages

Language:Jupyter Notebook 100.0%