JupyterLab笔记本电脑模板

jupyterlab_templates的Python项目详细描述


#jupyterlab_模板 在jupyterlab中支持jupyter笔记本模板

[![生成状态](https://travis-ci.org/timkpaine/jupyterlab_templates.svg?branch=master)](https://travis-ci.org/timkpaine/jupyterlab_templates) [![github问题](https://img.shields.io/github/issues/timkpaine/jupyterlab_templates.svg)]() [![codecov](https://codecov.io/gh/timkpaine/jupyterlab_templates/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/jupyterlab_templates) [![PYPI](https://img.shields.io/pypi/l/jupyterlab_templates.svg)](https://pypi.python.org/pypi/jupyterlab_templates) [![pypi](https://img.shields.io/pypi/v/jupyterlab_templates.svg)](https://pypi.python.org/pypi/jupyterlab_templates) [![npm](https://img.shields.io/npm/v/jupyterlab_templates.svg)](https://www.npmjs.com/package/jupyterlab_templates

啊![](https://raw.githubusercontent.com/timkpaine/jupyterlab_templates/master/docs/example1.gif

##安装 `bash pip install jupyterlab_templates jupyter labextension install jupyterlab_templates jupyter serverextension enable --py jupyterlab_templates `

##添加模板 安装服务器扩展,并将以下内容添加到jupyter_notebook config.py

`python3 c.JupyterLabTemplates.template_dirs = ['list', 'of', 'template', 'directories'] c.JupyterLabTemplates.include_default = True `

###旗帜 -模板目录:目录列表。这些目录中的所有文件都将作为模板列出 -包含默认值:包含默认示例模板

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java我的计时器(scheduleAtFixedRate)不循环   如何在Java中实现过滤迭代器?   java如何在不从本地xml、csv文件访问API的情况下将变量发布到php站点?   SuiteClasses语法的Java JUnit类数组   java从URLConnection读取二进制文件   java在Android Studio中发送加密文本时失败   Android:最近最少使用(LRU)算法在java中的实现?   java Selenium WebDriver无法打开Firefox配置文件   java如何处理带有嵌套抽象类的GSON?   java类型通知的方法SetLateStevenInfo(GcmMessageHandler,String,String,PendingContent)未定义   java Apple或Mac Mail会打开所有附件图像,即使它们已嵌入   java如何解析下面的xml代码?   java如何创建特定于API级别的UI(针对平板电脑和Android旧版本的不同UI,针对同一应用)?   servlet的通配符路径?