Skip to content

Instantly share code, notes, and snippets.

@millejoh
millejoh / Uniformance 64bit.ipynb
Last active October 24, 2023 21:55
Bare-bones code for accessing Honeywell PHD from Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@millejoh
millejoh / ein-evil.el
Last active February 1, 2023 21:37
Sample configuration for emacs-ipython-notebook usable with spacemacs builds.
(use-package ein
:defer t
:commands (ein:run ein:login)
:load-path "~/Documents/github/emacs-ipython-notebook/lisp"
:init
(progn
(spacemacs/set-leader-keys
"ayl" 'ein:login
"ayr" 'ein:run
"ayd" 'ein:stop)