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

🔀 MERGE: Add inline execution and variable evaluation #414

Merged
merged 13 commits into from
May 5, 2022

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    dccdfec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc5ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    828f818 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    b7168a6 View commit details
    Browse the repository at this point in the history
  2. 🧪 TESTS: Fix docutils logger handler

    `hasHandlers` looks through all parent loggers,
    whereas we only want to check handlers specifically on the logger
    chrisjsewell committed May 1, 2022
    Configuration menu
    Copy the full SHA
    20f8846 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    517a56a View commit details
    Browse the repository at this point in the history
  2. ♻️ REFACTOR: Allow for lazy execution

    This commit restructures the execution phase,
    to act as a notebook client context manager,
    within which the renderer runs.
    This will allow for a kernel client to be running during rendering,
    and thus for it to be queried for variables.
    chrisjsewell committed May 2, 2022
    Configuration menu
    Copy the full SHA
    ae5efb0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. ♻️ REFACTOR: Split execution methods into clients

    Make different execution methods subclasses of `NotebookClientBase`
    chrisjsewell committed May 3, 2022
    Configuration menu
    Copy the full SHA
    8bd876c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86be2ab View commit details
    Browse the repository at this point in the history
  3. 👌 IMPROVE: Move ipywidgets state extraction to end of render

    This allows it to work with "inline" execution
    chrisjsewell committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c036f54 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    2ba8690 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    00b457d View commit details
    Browse the repository at this point in the history
  2. 🚀 RELEASE: v0.15.0

    chrisjsewell committed May 5, 2022
    Configuration menu
    Copy the full SHA
    57c3a87 View commit details
    Browse the repository at this point in the history