Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c983467

Browse files
authored
UPDATE: consistent CLI installation instructions
Removed the $ symbol on the few that had them, so that these commands are a) consistent with the other ones already in the README b) more compatible with GitHub's new feature allowing you to click the copy button on the side of a code snippet and paste to terminal without having to delete the "$"
1 parent 5240301 commit c983467

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)