Closed tmr232 closed 9 years ago
Changed the notebook installation to use the kernelspec install command instead of manual copying.
kernelspec install
For now, it uses ipython kernelspec. The next release of Jupyter should enable jupyter-kernelspec, and we will need to adjust appropriately.
ipython kernelspec
jupyter-kernelspec
Looks good :+1:
Changed the notebook installation to use the
kernelspec install
command instead of manual copying.For now, it uses
ipython kernelspec
. The next release of Jupyter should enablejupyter-kernelspec
, and we will need to adjust appropriately.