-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter labextension (re)install fails (minimize error) #72
Comments
Is it in Binder? |
There have been multiple reports lately that building JupyterLab fails on Binder, and it's very likely due to memory issues. Disabling minimize seems to use less memory indeed. And this should be fixed with JupyterLab 3 but we need to update ipygany accordingly. I am actually working on this today. |
Both in Binder and locally. I can see for the local build that the error message is coming from Terser:
|
Not sure I can help on this :S I wouldn't know where to start looking. Sometimes conda ships a very outdated version of nodejs, maybe check that your version is the latest? |
I updated to the latest nodejs version
No worries, I'm fine using |
These are the commands which worked for me: jupyter labextension install @jupyter-widgets/jupyterlab-manager ipygany --no-build
jupyter lab build --minimize=False |
... unless I re-build jupyterlab with
--minimize=False
.xref jupyterlab/jupyterlab#8688
Perhaps it won't be relevant anymore after #70 so feel free to close this @martinRenou.
The text was updated successfully, but these errors were encountered: