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

Only load notebook cell when it is visible #4027

Merged
merged 9 commits into from
Jan 23, 2025
Merged

Only load notebook cell when it is visible #4027

merged 9 commits into from
Jan 23, 2025

Conversation

scudette
Copy link
Contributor

This helps for very large notebooks with many cells. Previous behavior was to load all the cells immediately but this can increase load on the server and cause the connections to timeout.

This change allows cells to be loaded only when they are scrolled into the view port.

scudette and others added 8 commits January 23, 2025 15:03
This helps for very large notebooks with many cells. Previous behavior
was to load all the cells immediately but this can increase load on
the server and cause the connections to timeout.

This change allows cells to be loaded only when they are scrolled into
the view port.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Snyk has created this PR to upgrade @fortawesome/fontawesome-svg-core from 6.7.1 to 6.7.2.

See this package in npm:
@fortawesome/fontawesome-svg-core

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade ace-builds from 1.36.5 to 1.37.1.

See this package in npm:
ace-builds

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade recharts from 2.14.1 to 2.15.0.

See this package in npm:
recharts

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade react-bootstrap from 2.10.6 to 2.10.7.

See this package in npm:
react-bootstrap

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade dompurify from 3.2.2 to 3.2.3.

See this package in npm:
dompurify

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr
@CLAassistant
Copy link

CLAassistant commented Jan 23, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 3 committers have signed the CLA.

✅ scudette
❌ dependabot[bot]
❌ snyk-bot
You have signed the CLA already but the status is still pending? Let us recheck it.

@scudette scudette merged commit 1f8dca1 into master Jan 23, 2025
2 of 3 checks passed
@scudette scudette deleted the visibility branch January 23, 2025 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants