Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
skukhtichev opened this issue Mar 20, 2024 · 0 comments

Comments

@skukhtichev
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants