n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.19k stars 185 forks source link

Implement `jupyter kernelspec install` in Javascript #137

Open n-riesco opened 6 years ago

n-riesco commented 6 years ago

Moved from https://github.com/n-riesco/ijavascript/issues/135#issuecomment-350513925

Hi @rgbkrk I have two questions:

rgbkrk commented 6 years ago
'/Users/kylek/Library/Jupyter' // User level installed kernels
'/usr/local/share/jupyter' // System level installed kernels
'/usr/share/jupyter' // Base installed kernels

There's two other functions we could export from jupyter-paths that would likely be of use to you:

You should not need the logic for installing it into a sys.prefixed location.