文件名称:extension-cookiecutter-js:构建JupyterLab扩展的cookiecutter配方
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-11 01:55:43
cookiecutter jupyterlab-extension Python
JupyterLab扩展-cookiecutter-js 一个创建在CommonJSJavaScript中的JupyterLab扩展模板。 (有关TypeScript中的扩展,另请参见 。) 使用模板创建包 安装cookiecutter。 pip install cookiecutter 按照提示填写新JupyterLab扩展名和作者身份,使用cookiecutter生成软件包。 cookiecutter https://github.com/jupyterlab/extension-cookiecutter-js 一个简单的例子 新扩展的lib/目录包含一个非常有效的扩展示例,该示例使用JavaScript使用CommonJS模块编写。 使用此示例作为指导来构建您自己的扩展。 包裹名字 我们建议简单的扩展名以jupyterlab_开头,并在需要提高可读性时使用下划线,例如jup
【文件预览】:
extension-cookiecutter-js-master
----{{cookiecutter.python_name}}()
--------MANIFEST.in(465B)
--------{{cookiecutter.python_name}}()
--------style()
--------binder()
--------pyproject.toml(145B)
--------package.json(2KB)
--------.github()
--------.prettierrc(79B)
--------.prettierignore(110B)
--------LICENSE(1KB)
--------install.json(221B)
--------setup.py(2KB)
--------.gitignore(1KB)
--------lib()
--------README.md(2KB)
----cookiecutter.json(313B)
----.github()
--------workflows()
----LICENSE(1KB)
----.gitignore(0B)
----README.md(1KB)