From 173a4ad1f124c0a415ca0f37c9a0f437887a2136 Mon Sep 17 00:00:00 2001 From: Houda Kaddioui <9119887+joydisette@users.noreply.github.com> Date: Fri, 13 Mar 2020 17:05:13 -0400 Subject: [PATCH] Update README.md jupyter build times-out. Updated steps from this thread https://discourse.jupyter.org/t/installing-extensions-extremely-slow/2627 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7cbb16a4f3d..41ab2222235 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ jupyter labextension install jupyterlab-plotly@1.5.4 --no-build # Build extensions (must be done to activate extensions since --no-build is used above) jupyter lab build +# Run the command below instead if build times-out / is too slow but keep in mind it's only for the local use. +#DO NOT RUN on a remote server +jupyter lab build --minimize = False + + # Unset NODE_OPTIONS environment variable # (OS X/Linux) unset NODE_OPTIONS