mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-17 11:56:17 +00:00
For compatibility reasons, use jupyter-kernelspec
At older versions the meta command `jupyter` doesn't exist.
This commit is contained in:
parent
553bb94ed4
commit
59e8252f94
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user