nbtutor:可视化Jupyter Notebook单元中的Python代码执行(逐行)

时间:2024-05-26 19:31:36
【文件属性】:

文件名称:nbtutor:可视化Jupyter Notebook单元中的Python代码执行(逐行)

文件大小:548KB

文件格式:ZIP

更新时间:2024-05-26 19:31:36

JavaScript

Nbtutor 可视化单元中的Python代码执行(逐行)。 受到启发。 用法 安装 注意:直接从此存储库中安装将无法正常工作,因为我们不会交付已构建JavaScript和CSS资产。 请在下面查看有关更多信息。 pip pip install nbtutor jupyter nbextension install --overwrite --py nbtutor jupyter nbextension enable --py nbtutor conda conda install -c conda-forge nbtutor 用法(Jupyter笔记本) 首先通过在nbtutor执行以下操作,将nbtutor IPython内核扩展加载到Notebook的CodeCell : % load_ext nbtutor 然后,要可视化CodeCell中代码的执行,请在CodeC


【文件预览】:
nbtutor-master
----setup.py(1KB)
----.jshintrc(23B)
----.gitignore(250B)
----.babelrc(28B)
----readthedocs.yml(91B)
----package.json(4KB)
----src()
--------less()
--------js()
--------es6()
----.dockerignore(149B)
----nbtutor()
--------__init__.py(588B)
--------_version.py(104B)
--------ipython()
----.travis.yml(1KB)
----MANIFEST.in(451B)
----.esdoc(65B)
----setup.cfg(469B)
----tools()
--------__init__.py(46B)
--------deps.py(837B)
--------_env.py(751B)
--------clean.py(550B)
--------build.py(1KB)
--------less.py(674B)
--------notebook.py(932B)
--------index.py(465B)
--------requirejs.py(558B)
----examples()
--------issues.ipynb(4KB)
--------dicts.ipynb(4KB)
--------functions.ipynb(2KB)
--------classes.ipynb(3KB)
--------tuples.ipynb(3KB)
--------usage.ipynb(3KB)
--------my_module.py(45B)
--------primitives.ipynb(2KB)
--------sets.ipynb(2KB)
--------lists.ipynb(3KB)
--------numpy.ipynb(4KB)
----README.rst(4KB)
----tests()
--------test_nbtutor.py(66B)
----appveyor.yml(2KB)
----environment.yml(214B)
----.coveragerc(74B)
----usage.gif(520KB)
----LICENCE.rst(1KB)
----docs()
--------api.rst(181B)
--------index.rst(226B)
--------conf.py(2KB)
--------readme.rst(27B)
----binder()
--------environment.yml(50B)

网友评论