文件名称:nbautoexport:保存时自动将Jupyter笔记本导出为各种文件格式(.py,.html等)
文件大小:78KB
文件格式:ZIP
更新时间:2024-02-25 01:13:15
jupyter-notebook hacktoberfest nbconvert jupyter-lab JupyterNotebook
nbautoexport 简化代码审查Jupyter笔记本的工作,一次编写一个脚本。 使用Jupyter进行保存时, nbautoexport自动将Jupyter笔记本导出为各种文件格式(.py,.html等)。 一个很好的用例是自动拥有笔记本的脚本版本,以方便代码查看注释。 安装 首先,您需要安装nbautoexport 。 该软件应安装在与运行Jupyter Notebook或Jupyter Lab相同的环境中。 nbautoexport都是可用的从经由pip或从经由conda 。 pip install nbautoexport conda install nbautoexport
【文件预览】:
nbautoexport-master
----MANIFEST.in(227B)
----requirements-dev.txt(260B)
----pyproject.toml(164B)
----docs()
--------docs()
--------mkdocs.yml(1KB)
--------_scripts()
----HISTORY.md(1KB)
----.github()
--------ISSUE_TEMPLATE.md(323B)
--------workflows()
--------codecov.yml(582B)
----tests()
--------test_cli_clean.py(10KB)
--------test_cli_export.py(9KB)
--------test_utils.py(4KB)
--------test_jupyter_config.py(9KB)
--------conftest.py(238B)
--------assets()
--------test_export.py(6KB)
--------__init__.py(42B)
--------test_sentinel.py(836B)
--------test_clean.py(1KB)
--------test_cli_configure.py(5KB)
--------test_cli.py(2KB)
--------test_cli_install.py(2KB)
----LICENSE(1KB)
----CONTRIBUTING.md(4KB)
----setup.cfg(835B)
----requirements.txt(85B)
----setup.py(2KB)
----.gitignore(1KB)
----Makefile(2KB)
----nbautoexport()
--------utils.py(3KB)
--------sentinel.py(2KB)
--------clean.py(4KB)
--------jupyter_config.py(4KB)
--------__main__.py(83B)
--------__init__.py(121B)
--------export.py(4KB)
--------_version.py(18KB)
--------nbautoexport.py(13KB)
----README.md(7KB)
----versioneer.py(67KB)
----.editorconfig(317B)
----.gitattributes(38B)