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
Wed 28 December 2022

2022-12-28

Jupyter Notebook Customization and PandasGUI

Jupyter notebooks custom.js and custom.css are the two entry points for persistently customizing …

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 …

Journal
Sun 22 May 2022

2022-05-22

Jupyter Notebook Web Applications

For programs/modules that run exclusively on Linux/Python2, I find preferable to keep them on …

Journal
Sun 24 October 2021

2021-10-24

Presentations with Jupyter Notebook

Jupyter notebook is the web version of the python interactive environment (Ipython) and it can be …