Skip to content

Commit 7e8d8af

Browse files
fixup
1 parent 79f966e commit 7e8d8af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: doc/python/troubleshooting.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ To uninstall your Plotly extensions, run the following commands in a terminal sh
8181
$ jupyter labextension uninstall jupyterlab-plotly
8282
$ jupyter labextension uninstall plotlywidget
8383
```
84-
<!-- #endregion -->
8584

8685
If you run into "out of memory" problems while installing the extensions, try running these commands before running `jupyter labextension install`...
8786

88-
```
87+
```bash
8988
# Avoid "JavaScript heap out of memory" errors during extension installation
9089
# (OS X/Linux)
9190
export NODE_OPTIONS=--max-old-space-size=4096
@@ -95,10 +94,12 @@ set NODE_OPTIONS=--max-old-space-size=4096
9594

9695
...and these commands afterwards.
9796

98-
```
97+
```bash
9998
# Unset NODE_OPTIONS environment variable
10099
# (OS X/Linux)
101100
unset NODE_OPTIONS
102101
# (Windows)
103102
set NODE_OPTIONS=
104103
```
104+
105+
<!-- #endregion -->

0 commit comments

Comments
 (0)