From: Michael Marino Date: Fri, 21 Jan 2022 00:45:28 +0000 (+0100) Subject: Add support for custom python cell magics (#2744) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4ea75cd49521ed7fd8384e7a739e1abb1b6de46a?hp=4ea75cd49521ed7fd8384e7a739e1abb1b6de46a Add support for custom python cell magics (#2744) Fixes #2742. This PR adds the ability to configure additional python cell magics. This will allow formatting cells in Jupyter Notebooks that are using custom (python) magics. ---