This is a Docker configuration for running jupyter || lab with kernels for python, julia, maxima (robert-dodier/maxima-jupyter), and R on Arch Linux. The name and framework are based on AustinRochford/notebooks and microscaling/microbadger.
See the Makefile for relevant commands.
▶ tree -I 'maxima-jupyter'
.
├── Dockerfile
├── Dockerfile.dev
├── LICENSE
├── Makefile
├── README.md
├── VERSION
├── etc
│ ├── jupyter_notebook_config.py
│ ├── pkglist-01.txt
│ ├── pkglist-02.txt
│ ├── pkglist-startup.txt
│ ├── pkglist-yay.txt
│ ├── plugin.jupyterlab-settings
│ ├── python-libraries.txt
│ └── themes.jupyterlab-settings
├── notebooks
│ ├── ...
│ └── common-lisp-jupyter
│ ├── ...
└── scripts
└── startup.shThis code is distributed under the MIT License.