jupyterlab-sidecar:JupyterLab的sidecar输出小部件

时间:2024-05-24 04:40:06
【文件属性】:

文件名称:jupyterlab-sidecar:JupyterLab的sidecar输出小部件

文件大小:3.15MB

文件格式:ZIP

更新时间:2024-05-24 04:40:06

jupyterlab-extension TypeScript

边车 JupyterLab的sidecar输出小部件 安装 pip install sidecar 或者 conda install sidecar 如果您使用JupyterLab <= 2: jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension install @jupyter-widgets/jupyterlab-sidecar 用法 就像ipywidgets的输出小部件一样,sidecar小部件也用作上下文管理器。 from sidecar import Sidecar from ipywidgets import IntSlider sc = Sidecar ( title = 'Sidecar Output' ) sl = IntSlider ( des


【文件预览】:
jupyterlab-sidecar-master
----setup.py(3KB)
----.gitignore(2KB)
----readthedocs.yml(104B)
----codecov.yml(215B)
----package.json(3KB)
----pyproject.toml(145B)
----sidecar()
--------__init__.py(352B)
--------_version.py(484B)
--------sidecar.py(997B)
----src()
--------plugin.ts(2KB)
--------version.ts(402B)
--------widget.ts(1KB)
--------index.ts(80B)
----MANIFEST.in(572B)
----install.json(183B)
----tsconfig.json(341B)
----sidecar.gif(3.1MB)
----setup.cfg(94B)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----css()
--------sidecar.css(624B)
----examples()
--------introduction.ipynb(2KB)
----README.md(2KB)
----tests()
--------src()
--------karma.conf.js(917B)
----pytest.ini(124B)
----.coveragerc(29B)
----.npmignore(40B)
----docs()
--------Makefile(609B)
--------make.bat(779B)
--------source()
----yarn.lock(248KB)

网友评论