Skip to content

Instantly share code, notes, and snippets.

@folkengine
Last active July 28, 2016 13:53
Show Gist options
  • Save folkengine/8c6ac9b030fe18e353d5 to your computer and use it in GitHub Desktop.
Save folkengine/8c6ac9b030fe18e353d5 to your computer and use it in GitHub Desktop.
Enabling Julia in Lupyter

Install and run the docker Jupyter Notebook Data Science Stack

$> docker run -d -p 8888:8888 jupyter/datascience-notebook

From Jupyter create a new Terminal.

Start Julia

$> julia -p 4

Add the IJulia package

julia> Pkg.add("IJulia")  

You should see Julia now as one of the options in Jupyter's New dropdown menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment