jupyter_spaces:在Jupyter Notebook中创建并行名称空间

时间:2021-02-04 07:32:32
【文件属性】:
文件名称:jupyter_spaces:在Jupyter Notebook中创建并行名称空间
文件大小:11KB
文件格式:ZIP
更新时间:2021-02-04 07:32:32
jupyter jupyter-notebook namespace ipython-magic JupyterNotebookPython Jupyter空间 Jupyter Spaces是IPython扩展,用于创建用户名称空间中可用的并行名称空间。 它旨在通过Jupyter笔记本中的IPython魔术来使用。 安装 pip install jupyter_spaces jupyter_spaces支持Python版本3.5 , 3.6 , 3.7和3.8 。 用法 加载jupyter_spaces扩展 % load_ext jupyter_spaces 重新加载jupyter_spaces扩展 % reload_ext jupyter_spaces 重新加载扩展名将删除所有空格。 在一个空间内运行一个单元 % % spa
【文件预览】:
jupyter_spaces-master
----MANIFEST.in(38B)
----.travis.yml(210B)
----jupyter_spaces()
--------errors.py(104B)
--------__init__.py(940B)
--------space.py(4KB)
--------magics.py(1KB)
----.github()
--------workflows()
----tests()
--------test_space.py(7KB)
--------conftest.py(440B)
--------__init__.py(0B)
--------test_magics.py(6KB)
----tox.ini(356B)
----requirements()
--------test_requirements.txt(45B)
--------dev_requirements.txt(29B)
----setup.py(1KB)
----.gitignore(112B)
----README.md(2KB)
----LICENSE.txt(1KB)

网友评论