Skip to content

Commit bad012c

Browse files
Update getting-started.md
1 parent cb8580c commit bad012c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/getting-started.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ or conda.
119119
$ conda install jupyterlab=1.0 "ipywidgets>=7.5"
120120
```
121121

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

124124
```
125125
# Avoid "JavaScript heap out of memory" errors during extension installation
@@ -137,9 +137,6 @@ jupyter labextension install jupyterlab-plotly@1.2.0 --no-build
137137
# FigureWidget support
138138
jupyter labextension install plotlywidget@1.2.0 --no-build
139139
140-
# JupyterLab chart editor support (optional)
141-
jupyter labextension install jupyterlab-chart-editor@1.2 --no-build
142-
143140
# Build extensions (must be done to activate extensions since --no-build is used above)
144141
jupyter lab build
145142

0 commit comments

Comments
 (0)