File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
python/jupyterlab_widgets Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Jupyter Widgets JupyterLab Extension
22
3- A JupyterLab 3.0 extension for Jupyter/IPython widgets.
3+ A JupyterLab extension for Jupyter/IPython widgets.
44
55## Installation
66
7- To enable ipywidgets support in JupyterLab 3.x:
7+ To enable ipywidgets support in JupyterLab 3.x or 4.x :
88
99``` bash
1010pip install jupyterlab_widgets
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ classifiers = [
2727 " Framework :: Jupyter" ,
2828 " Framework :: Jupyter :: JupyterLab" ,
2929 " Framework :: Jupyter :: JupyterLab :: 3" ,
30+ " Framework :: Jupyter :: JupyterLab :: 4" ,
3031 " Framework :: Jupyter :: JupyterLab :: Extensions" ,
3132 " Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt"
3233]
You can’t perform that action at this time.
0 commit comments