Skip to content

Commit 2aef83d

Browse files
Merge pull request #3446 from mitchazj/patch-1
UPDATE: consistent CLI installation instructions
2 parents cace17e + c983467 commit 2aef83d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ For use in [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), install t
101101
packages using `pip`:
102102

103103
```
104-
$ pip install "jupyterlab>=3" "ipywidgets>=7.6"
104+
pip install "jupyterlab>=3" "ipywidgets>=7.6"
105105
```
106106

107107
or `conda`:
108108

109109
```
110-
$ conda install "jupyterlab>=3" "ipywidgets>=7.6"
110+
conda install "jupyterlab>=3" "ipywidgets>=7.6"
111111
```
112112

113113
The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
@@ -147,13 +147,13 @@ The [`kaleido`](https://github.com/plotly/Kaleido) package has no dependencies a
147147
using pip...
148148

149149
```
150-
$ pip install -U kaleido
150+
pip install -U kaleido
151151
```
152152

153153
or conda.
154154

155155
```
156-
$ conda install -c conda-forge python-kaleido
156+
conda install -c conda-forge python-kaleido
157157
```
158158

159159
#### Orca

0 commit comments

Comments
 (0)