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

WIP: Add browser rendered previews/snapshots of html and widgets #901

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Commits on Nov 30, 2018

  1. Save widget model state to notebook metadata

    Currently default values are not removed and binary buffers are not saved.
    
    (updated to conform to widget state schema)
    ricklupton authored and maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    5a9e4ee View commit details
    Browse the repository at this point in the history
  2. jupyter#751 update widget state on execution

    Lukasz Mitusinski authored and maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    fcda672 View commit details
    Browse the repository at this point in the history
  3. jupyter#751 support for converting buffered data in widgets

    Lukasz Mitusinski authored and maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    55019f8 View commit details
    Browse the repository at this point in the history
  4. jupyter#751 handling widget metadata without model_name

    Lukasz Mitusinski authored and maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    9ea36ba View commit details
    Browse the repository at this point in the history
  5. jupyter#751 fixed python2 kernel output parsing for tests

    Lukasz Mitusinski authored and maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    0329f8a View commit details
    Browse the repository at this point in the history
  6. jupyter#751 adding widget metadata moved to separate method

    ipywidgets min version changed to 7
    Lukasz Mitusinski authored and maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    1e8f0b0 View commit details
    Browse the repository at this point in the history
  7. fixes after rebases

    maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    db9642b View commit details
    Browse the repository at this point in the history
  8. fix buffer support

    maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    6fa801f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8124cb View commit details
    Browse the repository at this point in the history
  10. py27 fix

    maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    9b88a2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c00530 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d3f60ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c540783 View commit details
    Browse the repository at this point in the history
  14. cleanups

    maartenbreddels committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    abb2e49 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    321a1ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df80466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e8025 View commit details
    Browse the repository at this point in the history
  4. cleanups

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    dc50e91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e0f53d View commit details
    Browse the repository at this point in the history
  6. rebase this

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    23703c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    001b817 View commit details
    Browse the repository at this point in the history
  8. add tests

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    68851ef View commit details
    Browse the repository at this point in the history
  9. initial commit

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    756cdaa View commit details
    Browse the repository at this point in the history
  10. install/build js

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    d8d7347 View commit details
    Browse the repository at this point in the history
  11. Add missing files

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    6506df4 View commit details
    Browse the repository at this point in the history
  12. run webpack

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    04be3e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ffb2219 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c664bb3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6969498 View commit details
    Browse the repository at this point in the history
  16. small cleanup

    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    08f5c9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    65164a4 View commit details
    Browse the repository at this point in the history
  18. fix: do not coalesce streams, it will cause a mismatch between output…

    … index at server and front end
    maartenbreddels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    5f61777 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f69184b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f467352 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ec1ff77 View commit details
    Browse the repository at this point in the history