docker/jupyter
Mark f06f00188c
fixed a typo
2022-10-01 18:21:33 -07:00
..
build fixed a typo 2022-10-01 18:21:33 -07:00
README.md Updated readme 2022-10-01 17:56:17 -07:00
docker-compose.yml Added jupyter docker files 2022-10-01 17:30:14 -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

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