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

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.

License

mpfilbin/jupyter-polyglot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published