Explorar el Código

Bump notebook depedency for new sessions API

Steven Silvester hace 8 años
padre
commit
2d5eda7d4c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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**