Skip to content

Commit 3ca829c

Browse files
Update README.md
1 parent 4ade0d1 commit 3ca829c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ pip install jupyterlab==1.2 "ipywidgets==7.5"
105105
or conda.
106106

107107
```
108-
conda install jupyterlab=1.2 "ipywidgets=7.5"
108+
conda install -c conda-forge jupyterlab=1.2
109+
conda install "ipywidgets=7.5"
109110
```
110111

111112
Then run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):

0 commit comments

Comments
 (0)