A Jupyter kernel for Clojure - run Clojure code from Jupyter Lab, Notebook and Console.
In the examples
folder of the repository there 3 example notebooks showing some of the features
of clojupyter. See
this notebook
showing examples of how you can display HTML and use external Javascript:
There are 3 example notebooks because Jupyter offers several distinct user interfaces - Jupyter Lab, Jupyter Notebook and Jupyter Console - which have different feature sets for which clojupyter offers different support. We have one example notebook showing the features shared by Lab and Notebook and for each showing their distinct features. According to the Jupyter development roadmaps, Jupyter Notebook will eventually be phased out and completely replaced by Jupyter Lab.
You can also use existing JVM charting libraries since you can render any Java BufferedImage.
git clone https://github.com/clojupyter/clojupyter
cd clojupyter
make
make install
This will install a clojupyter kernel and a configuration file to tell
Jupyter how to use clojupyter in from jupyter's user kernel location (in
~/.local/share/jupyter/kernels
on linux and ~/Library/Jupyter/kernels
on Mac).
To start Jupyter Notebook do:
jupyter notebook
and choose 'New' in the top right corner and select 'Clojure (clojupyter...)' kernel.
To start Jupyter Lab do:
jupyter lab
You can also start the Jupyter Console by doing:
jupyter-console --kernel=clojupyter
A Docker image is also made to make the installation easier, and isolate the environment cleaner. What you need to do is:
docker run -p 8888:8888 klausharbo/clojupyter
to have clojupyter
run on your machine.The first time you start it Docker will pull the Docker image from hub.docker.com
, which takes time.
More detailed introduction and usage guide on the home page of the clojupyter Docker image.
Development progress is based on voluntary efforts so we can't make any promises, but the near-term road map for clojupyter development looks something like this:
conda install
on Mac
conda install
on Linuxconda install
on WindowsFeed-back on development priorities is welcome, use the issue list for input and suggestions.
If you submit a pull request that ends up getting merged, we will give you commit access.
Can you improve this documentation? These fine people already did:
roryk, Rory Kirchner, Klaus Harbo, Aria Haghighi, Song Mingxu, Peter Denno, William Farmer, Jieshun, Kane Blueriver & didier amyotEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close