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

Make Cells Display Lazily When Diffing Unchanged Cells #636

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2023

  1. Make Cells Display Lazily When Diffing Unchanged Cells

    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.
    gwincr11 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8b14e74 View commit details
    Browse the repository at this point in the history
  2. remove debug code

    gwincr11 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4d981cc View commit details
    Browse the repository at this point in the history
  3. move colors to variables

    gwincr11 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    737cd05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a76a91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd607d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f9c36b View commit details
    Browse the repository at this point in the history
  7. updating css variables

    gwincr11 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6248748 View commit details
    Browse the repository at this point in the history