Open n-riesco opened 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:
systemDataDirs
-- for global installs of ijavascriptuserDataDirs
-- for user installs of ijavascriptYou should not need the logic for installing it into a sys.prefix
ed location.
Moved from https://github.com/n-riesco/ijavascript/issues/135#issuecomment-350513925
Hi @rgbkrk I have two questions: