Journal
Mon 27 November 2023

2023-11-27

Jupyter Notebook Console in VIM

Jupyter currently has 3 frontends:

  1. Terminal Console (jupyter console)
  2. Qt Console (jupyter qtconsole)
  3. Notebook (jupyter …

Journal
Fri 16 September 2022

2022-09-16

Vim9Script VLANG REPL in a Jupyter Notebook

The code in this Jupyter Notebook has been partially extracted from this repository …