A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update widgets package

DenisaCG 31585cb0 b19e8e16

+1 -1
+1 -1
pyproject.toml
··· 23 23 "Programming Language :: Python :: 3.12", 24 24 ] 25 25 dependencies = [ 26 - "jupyterlab_widgets" 26 + "jupyterlab_widgets~=3.0.11" 27 27 ] 28 28 dynamic = ["version", "description", "authors", "urls", "keywords"] 29 29