notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Notebook 7: Many bundle.js files are loaded while opening a notebook page

Open skukhtichev opened this issue 1 year ago • 0 comments
trafficstars

Description

There are more than 100 bundle.js files loaded while opening a notebook page

Screenshot 2024-03-20 at 10 25 06

It increases a page loading time when the notebook is opened from the remote machine (not from localhost).

Reproduce

  1. Open Network tab in the Browser Dev console
  2. Load a notebook page
  3. Network tab will show more than 100 requests for loading different bundle.js files

Expected behavior

Bundle js files to reduce a number of requests.

Context

  • Operating System and version: MacOS and Linux
  • Browser and version: Chrome 122.0.6261.94
  • Jupyter Notebook version: 7.1.2
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.

skukhtichev avatar Mar 20 '24 09:03 skukhtichev