changeset 28:47c2bcc86359

For compatibility reasons, use jupyter-kernelspec At older versions the meta command `jupyter` doesn't exist.
author Manoel Vilela <manoel_vilela@engineer.com>
date Fri, 29 Apr 2016 05:47:25 -0300
parents ee3c3cb52b25
children ee3ac764f5f0
files install.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/install.sh	Fri Apr 29 01:12:06 2016 -0300
+++ b/install.sh	Fri Apr 29 05:47:25 2016 -0300
@@ -17,5 +17,5 @@
 sudo -H pip install $repo_name; echo "Done. "
 echo ":: Installing kernel specification"
 cd $repo_name
-sudo jupyter kernelspec install c_spec/ ; echo "Done."
+sudo jupyter-kernelspec install c_spec/ ; echo "Done."
 echo "Completed! Installation successful. You can type jupyter-notebook and be happy"