Skip to content

Commit e372203

Browse files
committed
added jupyter and kazam installer
1 parent 496cb04 commit e372203

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: jupyterInstall.sh

+10
Original file line numberDiff line numberDiff line change
@@ -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'"

Diff for: kazamInstall.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sudo apt-add-repository ppa:sylvain-pineau/kazam
2+
sudo apt-get update
3+
sudo apt-get install kazam

0 commit comments

Comments
 (0)