Pārlūkot izejas kodu

wip update example extension

Steven Silvester 8 gadi atpakaļ
vecāks
revīzija
37f112ffce
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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