]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Avoid importing `IPython` if notebook cells do not contain magics (#3782)
authorClément Robert <cr52@protonmail.com>
Mon, 17 Jul 2023 01:09:26 +0000 (03:09 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 01:09:26 +0000 (21:09 -0400)
commit92e0f5b96500459b232a927fb26b0c990800b586
tree80b71ab0a8210d8d27451b9ab46633a9257a2dc2
parent0e26ada66d16d2aea97bda5f907bb0b20b0985e7
Avoid importing `IPython` if notebook cells do not contain magics (#3782)

Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
CHANGES.md
src/black/__init__.py
src/black/files.py
src/black/handle_ipynb_magics.py
tests/test_ipynb.py