question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

possible to disable labextensions?

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
manicscommented, Oct 1, 2020

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.

1reaction
manicscommented, Sep 18, 2020

Longer term options:

Short term fix: maybe a docker environment variable that activates a “development” mode and skips the build step?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found