文件名称:jupyterlab_commands:将任意python命令添加到jupyterlab命令选项板
文件大小:157KB
文件格式:ZIP
更新时间:2024-06-13 07:29:06
jupyter jupyterlab jupyterlab-extension Python
jupyterlab_commands 支持命令面板中的任意python命令。 关于 此代码使您可以将任意命令注入JLab前端。 人们可能有多种原因想要在笔记本和控制台之外执行python命令: 您不希望包含在转换结果中的预定义NBConvert函数 与VCS进行交互而不在笔记本中包括该交互 等等... 安装 pip install jupyterlab_commands jupyter labextension install jupyterlab_commands jupyter serverextension enable --py jupyterlab_commands 例子 jupyter_notebook_config.py def convertMe ( request , * args , ** kwargs ): import subprocess ,
【文件预览】:
jupyterlab_commands-main
----MANIFEST.in(454B)
----.gitattributes(111B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----.bumpversion.cfg(601B)
----js()
--------style()
--------.eslintrc.js(5KB)
--------src()
--------babel.config.js(148B)
--------tsconfig.json(413B)
--------jest.config.js(479B)
--------tests()
--------package.json(2KB)
----CONTRIBUTING.md(2KB)
----LICENSE(11KB)
----setup.cfg(375B)
----setup.py(2KB)
----README.md(3KB)
----Makefile(2KB)
----jupyterlab_commands()
--------_version.py(683B)
--------__init__.py(146B)
--------tests()
--------extension.py(2KB)
----jupyter-config()
--------jupyterlab_commands.json(93B)
----docs()
--------4.png(14KB)
--------make.bat(823B)
--------3.png(115KB)
--------api.md(833B)
--------conf.py(7KB)
--------requirements.txt(17B)
--------2.png(10KB)
--------Makefile(617B)
----.readthedocs.yml(189B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(2KB)
----pyproject.toml(127B)