Jupyter Polyglot is a Jupyter distribution that supports multiple language kernels. This distribution is ideal for language experimentation, prototyping, or those just learning to program.
Notice: This project has moved to: https://scm.filb.in/mfilbin/polyglot-jupyter-notebook
- Python 2
- Ruby
- JavaScript
- Bash
- Go
docker run -d \
-p 8888:8888 \
-v $(pwd):/opt/notebooks \
--name jupyter-polyglot \
quay.io/mpfilbin/jupyter-polyglot:latest