docker/jupyter
Mark e62e2c2919
Added config volume
2022-10-01 19:10:15 -07:00
..
build Added config volume 2022-10-01 19:10:15 -07:00
README.md Added config volume 2022-10-01 19:10:15 -07:00
docker-compose.yml Added config volume 2022-10-01 19:10:15 -07:00

README.md

Jupyter Docker Image

This directory contains build files for a complete jupyter environment. It is based off the following repositories:

The images these files produce contain everything you could possibly want in a jupyter notebook. Unfortunately, this also means that they take forever to build.

Building the Image

To build this image, run build/build.fish. Edit the script to customize the image.

Image contents

  • jupyterlab, jupyterhub, notebook
    • latex + pandoc for exporting
    • mamba for packages
  • Python
    • Scrape tools (bs4, requests)
    • scipy, scikit-learn, scikit-image
    • tensorflow
    • sympy
    • numpy
    • matplotlib
    • pandas
  • Octave
  • R

TODO

  • Auto dark theme
  • Fix sage
  • Selenium (broken)
  • GPU support (source)
  • Haskell (source)
  • Rust Kernel
  • C++ Kernel
  • Julia Kernel
  • Perl Kernel
  • Maxima Kernel