瀏覽代碼

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`: