We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496cb04 commit e372203Copy full SHA for e372203
jupyterInstall.sh
@@ -0,0 +1,10 @@
1
+sudo apt update -y
2
+sudo apt install python3-pip python3-dev -y
3
+sudo -H pip3 install --upgrade pip
4
+sudo -H pip3 install virtualenv
5
+mkdir -p ~/learning/my_jupyter_works
6
+cd ~/learning/my_jupyter_works
7
+virtualenv my_jupyter_works
8
+source my_jupyter_works/bin/activate
9
+pip install jupyter
10
+echo "jupyter installed! run 'source my_jupyter_works/bin/activate && jupyter notebook' or 'jupyter'"
kazamInstall.sh
@@ -0,0 +1,3 @@
+sudo apt-add-repository ppa:sylvain-pineau/kazam
+sudo apt-get update
+sudo apt-get install kazam
0 commit comments