-
Notifications
You must be signed in to change notification settings - Fork 381
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
Improve notebook loading speed #178
Labels
Comments
samccone
added a commit
that referenced
this issue
May 14, 2015
By taking advantage of the fact that a user can not interact with codemirror instance until they are in the viewport, we can be smart and only set the codemirror editors up once a user scrolls them into view. For small notebooks this change has a limited impact, however for large notebooks with 100s of code cells this change results in a significant performance boost to the application, especially in the initial time to render metric for notebooks. ref #1546 Fixes #178
samccone
added a commit
that referenced
this issue
May 15, 2015
By taking advantage of the fact that a user can not interact with codemirror instance until they are in the viewport, we can be smart and only set the codemirror editors up once a user scrolls them into view. For small notebooks this change has a limited impact, however for large notebooks with 100s of code cells this change results in a significant performance boost to the application, especially in the initial time to render metric for notebooks. ref #1546 Fixes #178
not there yet |
@jchendy Would love to to have some feedback on how this "feels" now with the new fix that just landed |
we made some improvements on this front, need to keep working on it. |
dup of #2336 |
scottdraves
pushed a commit
that referenced
this issue
Mar 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try a large notebook such as https://raw.githubusercontent.com/gumption/Python_for_Data_Science/master/Python_for_Data_Science_all.ipynb
In Beaker, it takes ~45 seconds before anything appears and another 45 seconds before the loading is fully complete.
For comparison, IPython loads the whole thing in ~12 seconds.
The text was updated successfully, but these errors were encountered: