Skip to content
This repository has been archived by the owner on Oct 8, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 724 Bytes

Jupyter Polyglot

Docker Repository on Quay

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

Supported Kernels

  1. Python 2
  2. Ruby
  3. JavaScript
  4. Bash
  5. Go

Running Jupyter Polyglot

docker run -d \
  -p 8888:8888 \
  -v $(pwd):/opt/notebooks \
  --name jupyter-polyglot \
  quay.io/mpfilbin/jupyter-polyglot:latest