Notebook 7: Many bundle.js files are loaded while opening a notebook page
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
Description
There are more than 100 bundle.js files loaded while opening a notebook page
It increases a page loading time when the notebook is opened from the remote machine (not from localhost).
Reproduce
- Open Network tab in the Browser Dev console
- Load a notebook page
- 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in Jupyter Notebook 7.1.2 from a remote machine and inspect Chrome's Network tab while opening a notebook page. Identify why more than 100 bundle.js requests are made; done means the required JavaScript is bundled or otherwise loaded with substantially fewer requests and the remote page opens faster.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jupyter-notebook
- Domain
- frontend, performance, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100