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

Rebased: Make Cells Display Lazily When Diffing Unchanged Cells #733

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vidartf
Copy link
Collaborator

@vidartf vidartf commented Nov 10, 2023

This is a rebased version of #636 . It will still need work as commented on that PR:

  • Ensure icons style with lab theme.
  • Ensure new elements' colors work with different lab themes.
  • Ensure we didn't loose any functionality in the rebase

Motivation:
  During diffing Unchanged cells are displayed, which is not necessary.
  This is a performance issue when there are many unchanged cells.

Related Issues:
  - jupyter#635

Open Questions:
  - I am struggling with getting the svg images to build properly.
  - How can this be tested in JupyterLab?

Changes:
  - Alter Notebooks Widget to only display changed cells by using new linked
    list of cells.
  - Add new linked list of cells and lazy version of linked list of cells.
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.

None yet

2 participants