浏览代码

wip update example extension

Steven Silvester 8 年之前
父节点
当前提交
37f112ffce
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/notebook.md

+ 3 - 0
docs/notebook.md

@@ -115,6 +115,9 @@ Start from the cookie cutter extension template.
 ```
 pip install cookiecutter
 cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts
+cd my-cookie-cutter-name
+# Install the dependencies
+npm install --save @jupyterlab/notebook @jupyterlab/apputils @jupyterlab/docregistry @phosphor/disposable
 
 
 ### The *ipywidgets* third party extension