Browse Source

Bump notebook depedency for new sessions API

Steven Silvester 8 years ago
parent
commit
2d5eda7d4c
1 changed files with 2 additions and 2 deletions
  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**