Переглянути джерело

Merge pull request #2535 from ashutoshbondre/patch-1

Added the missing "@jupyterlab/application" in npm install --save
Steven Silvester 7 роки тому
батько
коміт
ae240d4be7
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      docs/notebook.md

+ 1 - 1
docs/notebook.md

@@ -122,7 +122,7 @@ Install the dependencies.  Note that extensions are built against the released
 npm packages, not the development versions.
 
 ```
-npm install --save @jupyterlab/notebook @jupyterlab/apputils @jupyterlab/docregistry @phosphor/disposable
+npm install --save @jupyterlab/notebook @jupyterlab/application @jupyterlab/apputils @jupyterlab/docregistry @phosphor/disposable
 ```
 
 Copy the following to `src/index.ts`: