Slow jupyterlab bootup #1045
Replies: 1 comment 1 reply
-
EG will only come into play when the server's Regarding S3, I suppose that could be coming into play somehow and would suggest you try not using S3 to compare (and help isolate the issue). Since this is happening at startup, is your Lab configured to perform some sort of conversions? If this is default behavior, I have never seen this situation where my EG server is getting hit with a kernel request while Lab is booting. You should be able to do check this by monitoring the EG log file (with DEBUG enabled) while Lab is starting. One thing you should do prior to performing this experiment is to make sure to STOP all kernels in Lab (and close all notebook tabs) prior to stopping Lab. This way, when Lab starts, those kernels won't interfere in your experiment since Lab insists on warming up any previously-opened notebooks when it starts. So, to summarize, I would determine if Let us know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Hi @kevin-bates , as you know, we are using jupyterlab with enterprise-gateway and we see the loading of jupyterlab being pretty slow, in the order of 30-40 secs.
We use s3 as the ContentsManager for jupyterlab.
When the same setup is used without enterprise-gateway enabled, the loading is much faster.
As you can see nbconvert taking a very long time.
Any pointers on why nbconvert is taking a lot of time? and what could be causing this delay. Is it related to using S3 contents manager or using enterprise gateway. Where should i be focusing on to debug this delay?
Beta Was this translation helpful? Give feedback.
All reactions