Open rogerallen opened 8 years ago
@rogerallen wow – thank you so much!
When I have a moment I'll look more carefully and will see how I can update the makefile to support this.
I must admit my windows knowledge is a bit rusty so you're a lifesaver.
Thanks for making this. I was able to get this working on Windows 10. To potentially help others, I did this:
make.sh
.this doc indicates the Linux/Mac/Windows spots for installing user kernels is:
For me %APPDATA% is
C:\Users\rallen\AppData\Roaming
. So, I was able to do the jar copy like so (note the git bash style path)Finally, for kernel.json file, it appears that jupyter wants a windows-style path, I just hand edited it, but I'm sure a sed command could do this with enough backslashes. :smile:
Hopefully this gives some hints for supporting more environments. Cheers.