Open schuster-rainer opened 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
@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.
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