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

Feature: save additional mime bundles in notebook #3107

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

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    a7b69ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883bbd3 View commit details
    Browse the repository at this point in the history
  3. example for HTML and Image

    maartenbreddels authored and martinRenou committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    4f3f57b View commit details
    Browse the repository at this point in the history
  4. fix: skip non-existing models

    maartenbreddels authored and martinRenou committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    e1c5ab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffd91d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Allow for overwriting the mimebundle

    This will be useful for widgets like ipympl or ipycanvas, where the
    model does not contain enough information to recover the widget (the
    kernel only contains the information about the state of the plot) so we
    need to store a static version of the plot (static image) for
    convenience, and we need to dump the widget model.
    martinRenou committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    84a1574 View commit details
    Browse the repository at this point in the history
  2. Lint

    martinRenou committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    f4c89fa View commit details
    Browse the repository at this point in the history