浏览代码

Bump notebook depedency for new sessions API

Steven Silvester 8 年之前
父节点
当前提交
2d5eda7d4c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/services/README.md

+ 2 - 2
packages/services/README.md

@@ -20,7 +20,7 @@ Package Install
 
 ```bash
 npm install --save @jupyterlab/services
-conda install notebook  # notebook 4.2+ required
+conda install notebook  # notebook 4.3+ required
 ```
 
 
@@ -37,7 +37,7 @@ git clone https://github.com/jupyterlab/services.git
 cd services
 npm install
 npm run build
-conda install notebook  # notebook 4.2+ required
+conda install notebook  # notebook 4.3+ required
 ```
 
 **Rebuild**