achesnais / clj-jupyter

A Clojure Kernel for Jupyter Notebooks
Eclipse Public License 1.0
43 stars 12 forks source link

Setup kernel on other OSes #4

Open schuster-rainer opened 8 years ago

schuster-rainer commented 8 years ago

Description where to install the kernel into is given from

https://jupyter-client.readthedocs.io/en/latest/kernels.html#kernel-specs

Gist for windows setup in a make.ps1

lein do clean, uberjar
cp --force target/IClojure.jar $env:APPDATA\jupyter\kernels\clojure\IClojure.jar
(Get-Content resources/clj_jupyter/kernel.json) -replace 'HOME', $HOME | Set-Content $env:APPDATA\jupyter\kernels\clojure\kernel.json
achesnais commented 7 years ago

@schuster-rainer thanks for this, and sorry I'm only looking now! I'll look at all this and add further comments I may have in the pull discussion.