]> git.madduck.net Git - etc/vim.git/history - src/black/handle_ipynb_magics.py

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:

Decrease cost of ipynb code path when unneeded (#3748)
[etc/vim.git] / src / black / handle_ipynb_magics.py
2023-06-27 ShantanuDecrease cost of ipynb code path when unneeded (#3748)
2022-12-10 Marco Edward Gorellimake black[jupyter] installation cross-shell (#3394)
2022-07-27 Richard SiReformat codebase with isort
2021-11-29 Daniel SparingReturn `NothingChanged` if non-Python cell magic is...
2021-11-27 Marco Edward Gorelliadd missing f-string (#2650)
2021-11-26 Marco Edward Gorelli Assignment to env var in Jupyter Notebook doesn't...
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-10-27 Marco Edward GorelliRefactor Jupyter magic handling (#2545)
2021-09-25 Marco Edward GorelliAdd test to cover when unable to replace magics (#2471)
2021-08-29 Richard SiExclude broken typing-extensions version + fix import...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)