Skip to content

Commit b87db75

Browse files
authored
Merge pull request #95 from jupyterlab/fcollonval-patch-1
Remove wrong JupyterLab version mention
2 parents 31585d3 + 77fec0c commit b87db75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,17 @@ _Don't be scared of Typescript, even if you never coded in TypeScript before you
167167
JupyterLab you may find it easier to understand than pure JavaScript if you have a
168168
basic understanding of object oriented programming and types._
169169

170-
These examples are developed and tested on top of JupyterLab version 1.2.
171-
You can create a [conda](https://docs.conda.io/en/latest/miniconda.html) environment to get started.
170+
These examples are developed and tested on top of JupyterLab.
171+
You can create a [conda](https://docs.conda.io/en/latest/miniconda.html) environment to get started
172+
after cloning this repository.
172173

173174
```bash
174175
conda env create && \
175176
conda activate jupyterlab-extension-examples
176177
```
177178

179+
> The previous command will use the [environment.yaml](https://github.com/jupyterlab/extension-examples/blob/master/environment.yml) file as requirements for the environment.
180+
178181
## Develop and Use the Examples
179182

180183
### Build and Link all Examples at once

0 commit comments

Comments
 (0)