Skip to content

kxxoling/jupyter-clojure-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

clojupyter docker image

This is a non official Dockerfile for clojupyter to build a docker image to combine the power of Jupyter notebook and Clojure.

Usage

This project is already published on Docker hub, you can pull the image and use it by

docker run kxxoling/jupyter-clojure-docker

It's encouraged to be used in detaching mode, and removed after container is stopped. Port mapping and volume mounting is also supported.

For advanced usage:

docker run -d \
    -p 8888:8888 \
    -v /path/to/local/notebooks/:/home/clojure/notebooks \
    kxxoling/jupyter-clojure-docker

About

Docker image for clojupyter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published