Преглед изворни кода

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