Skip to content

exp2exp/notebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebooks

Binder

about

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.

file listing

▶ 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.sh

LICENSE

This code is distributed under the MIT License.

About

This is a Docker configuration for running jupyter with multiple kernels on Arch Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 89.8%
  • Dockerfile 6.3%
  • Makefile 2.1%
  • Python 1.8%