Skip to content

Commit

Permalink
docs: add jupyterlab version constraint to readme dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Aug 9, 2024
1 parent b48b045 commit a7e2e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ See this notebook for a 3D WebGL threejs-fiber example
Create a dev environment:

```bash
conda create -n ipyreact-dev -c conda-forge nodejs yarn python jupyterlab
conda create -n ipyreact-dev -c conda-forge nodejs yarn python 'jupyterlab<4'
conda activate ipyreact-dev
```

Expand Down

0 comments on commit a7e2e40

Please sign in to comment.