possible to disable labextensions?
See original GitHub issueI’ve been doing some repo2docker development recently, which means that the base conda environment is getting installed a lot. The big frustration in this process has ben that roughly half (or more) of my build time is spent in jupyter labextension install jupyter-offlinenotebook
. That’s more than two minutes per build (see #919 for an example breakdown of timings). I recognize that this is something most real users won’t see since this layer will often be cached, but it’s been pretty devastating for my development cycle.
Is there any way that we can cache labextensions separately, or make them optional? This is a useful extension for Binder, but it’s really not beneficial and extremely costly for local repo2docker.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Disable Extensions Temporarily
Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
Read more >How to Disable Extensions in Chrome - Alphr
Open the Chrome browser and click on the three-dot menu icon in the upper right-corner. Click on More tools >Extensions. Simple click the...
Read more >How To Disable Plugins/Add-Ons/Extensions In ... - Box Support
Google Chrome: On your computer, open Chrome. At the top right, click More More > More tools > Extensions.
Read more >How to Disable or Remove Browser Extensions
How to disable or remove browser extensions · Open Google Chrome. · Select Extensions from the side menu. · Open Mozilla Firefox. ·...
Read more >How To Disable Plugins/Add-Ons/Extensions In Multiple ...
Google Chrome: · Click the menu icon "≡" at the top right of the browser window, choose More tools and choose Extensions to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/jupyterhub/repo2docker/issues/868 is probably the best solution if it can be implemented, since in theory you could completely disable jupyterlab and notebook.
Longer term options:
Short term fix: maybe a docker environment variable that activates a “development” mode and skips the build step?