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

Add support for custom python cell magics #2744

Merged
merged 16 commits into from Jan 21, 2022

Commits on Jan 4, 2022

  1. Copy the full SHA
    3a6c30e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65d48e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f469c88 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0c67bc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8110734 View commit details
    Browse the repository at this point in the history
  6. Expand tests of custom python magics

    Note, if mypy would target python 3.7+, we could use
    the much nicer `contextlib.nullcontext` (see e.g.
    https://docs.pytest.org/en/6.2.x/example/parametrize.html#parametrizing-conditional-raising)
    mgmarino committed Jan 4, 2022
    Copy the full SHA
    f18fc2b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Copy the full SHA
    7b3f7ab View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. sort set to ensure stability of cache

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    mgmarino and JelleZijlstra committed Jan 14, 2022
    Copy the full SHA
    5eb71d8 View commit details
    Browse the repository at this point in the history
  2. Use object for typing

    Prefer over the generic `Any`
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    mgmarino and JelleZijlstra committed Jan 14, 2022
    Copy the full SHA
    00e02c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e23dc2f View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    mgmarino committed Jan 14, 2022
    Copy the full SHA
    924e900 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Copy the full SHA
    96cf858 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Copy the full SHA
    d004e5a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b12ba3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Copy the full SHA
    c495217 View commit details
    Browse the repository at this point in the history
  2. use Sequence

    JelleZijlstra committed Jan 21, 2022
    Copy the full SHA
    376dfe3 View commit details
    Browse the repository at this point in the history