datalayer / jupyter-server-nbmodel

Jupyter Server NbModel - Server-side Jupyter Notebooks.
https://datalayer.tech
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

intermittently notebooks are taking long time to load after installing jupyter-server-nbmodel extensions. #28

Open abhijeetgurle-dream11 opened 6 days ago

abhijeetgurle-dream11 commented 6 days ago

Description

I have recently installed jupyter-server-nbmodel extension on my jupyterlab setup. After installing it, notebooks are taking long time to load even on my local. It took around 4.5min to load a simple notebook with 6KB data. I have observed that the issue happens with older notebooks and not the notebooks which are created after the extension is installed.

Screenshot 2024-11-19 at 5 23 54 PM Screenshot 2024-11-19 at 5 39 18 PM

Reproduce

  1. Install jupyter-server-nbmodel
  2. Open multiple notebooks and see how much time it takes to load the notebook

Expected behavior

The notebook should open normally as it would open without the extension.

Context

Browser Output
Paste the output from your browser Javascript console here.
fcollonval commented 6 days ago

Maybe related to https://github.com/jupyterlab/jupyter-collaboration/issues/398

abhijeetgurle-dream11 commented 6 days ago

The root cause of the mentioned issue and my current issue can be same, but I resolved that issue by upgrading the jupyter version and I started getting the current issue.

abhijeetgurle-dream11 commented 3 hours ago

Hey @fcollonval, anything that we can do to resolve the issue? We want to use this extension in our prod setup and blocked becuase we are facing this issue.