clj-jupyter icon indicating copy to clipboard operation
clj-jupyter copied to clipboard

Setup kernel on other OSes

Open schuster-rainer opened this issue 8 years ago • 1 comments

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

schuster-rainer avatar Oct 26 '16 17:10 schuster-rainer

@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.

achesnais avatar Jan 24 '17 06:01 achesnais