Rudy’s OBTF Rudolf Adamkovič

Home / Python / Python / Installation / Notebooks


Experimental

source ~/.venv/bin/activate
pip install jupytext
(with-eval-after-load 'package
  (add-to-list 'package-selected-packages 'code-cells)
  (add-to-list 'package-selected-packages 'drepl))

Make code-cells use our Python environment.

(with-eval-after-load 'code-cells
  (dolist (index (list 0 1))
    (setf (nth 0 (nth index code-cells-convert-ipynb-style))
          "~/.venv/bin/jupytext")))

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.