a containerized jupyter notebook with multiple kernels on Arch Linux
references
- github: http://github.com/cameronraysmith/notebooks
- dockerhub: https://hub.docker.com/repository/docker/cameronraysmith/notebooks
- arch linux on GCP
readme
-
notebooks
About
See the Makefile for relevant commands.
File listing
▶ tree -I 'maxima-jupyter' . ├── Dockerfile ├── Makefile ├── README.md ├── VERSION ├── etc │ ├── jupyter_notebook_config.py │ ├── pkglist-01.txt │ ├── pkglist-02.txt │ ├── pkglist-startup.txt │ ├── pkglist-yay.txt │ └── python-libraries.txt ├── notebooks │ ├── ... │ └── common-lisp-jupyter │ ├── ... ├── scratch │ ├── scraps.dockerfile │ └── scraps.mk └── scripts └── startup.shLICENSE
This code is distributed under the MIT License.
doom emacs
- should put a custom version of my
doom.ddirectory into the defaultdotfiles-localof thenotebooksrepository which should eliminate the steps below- needed to have
cmakeinstalled so this should be added to packages - realized that I needed
wgetto download doom black hole image, which doesn’t get used properly but would probably lead the config to cause an error - had to add paths such as
~/projects/notes/org/private/agenda,~/org/bib/,~/Downloads/figures/for compatibility with mydoom.dconfiguration - had to clone my
dotfiles-localrepository and then copy thedoom.ddirectory into the remote machine’s copy ofdotfiles-local, runrcup, and then runemacs.d/bin/doom sync.
- needed to have
- had to use
SPC :to callM-x - had to hard link any shared github repositories containing org files into
projects/notes/org/ - used
global-command-log-modeand setcommand-log-mode-window-sizeto60instead of40