You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/getting-started.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ or conda.
119
119
$ conda install jupyterlab=1.0 "ipywidgets>=7.5"
120
120
```
121
121
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):
123
123
124
124
```
125
125
# Avoid "JavaScript heap out of memory" errors during extension installation
0 commit comments