For compatibility reasons, use jupyter-kernelspec

At older versions the meta command `jupyter` doesn't exist.
This commit is contained in:
Manoel Vilela 2016-04-29 05:47:25 -03:00
parent 553bb94ed4
commit 59e8252f94

View File

@ -17,5 +17,5 @@ echo ":: Installing python module C kernel."
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"