文件名称:ipytree:使用Jupyter-widgets协议和jsTree的Tree Widget
文件大小:188KB
文件格式:ZIP
更新时间:2024-05-27 13:53:30
CSS
ipytree 使用Jupyter-widgets协议和Tree Widget 使用活页夹尝试一下: 安装 随着conda: $ conda install -c conda-forge ipytree 随着点: $ pip install ipytree 如果您使用JupyterLab <= 2: $ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipytree 如果您有Notebook 5.2或更低版本,则还需要执行: $ jupyter nbextension enable --py --sys-prefix ipytree 对于开发安装(需要yarn和JupyterLab 3), $ git clone https://github.com/QuantStack/ipytree.git
【文件预览】:
ipytree-master
----MANIFEST.in(188B)
----pyproject.toml(145B)
----environment.yml(87B)
----pytest.ini(133B)
----.github()
--------workflows()
----ipytree.json(61B)
----tests()
--------test_basic.py(91B)
----RELEASE.md(494B)
----js()
--------package.json(1KB)
--------webpack.config.js(1KB)
--------lib()
--------README.md(148B)
--------yarn.lock(139KB)
----LICENSE(1KB)
----setup.cfg(26B)
----ipytree.gif(114KB)
----ipytree()
--------__init__.py(252B)
--------tree.py(4KB)
--------_version.py(102B)
----examples()
--------ipytree.ipynb(5KB)
--------ipytree_ipyleaflet.ipynb(2KB)
--------Users_management.ipynb(2KB)
----setup.py(2KB)
----.gitignore(153B)
----README.md(928B)