chg: [bootstrap] Added jupyter-notebook from apt

pull/11/head
Steve Clement 2018-11-15 14:05:52 +09:00
parent 21027f08c0
commit f4bfddffbc
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ sudo apt-get -y upgrade > /dev/null 2>&1
sudo apt-get -y autoremove > /dev/null 2>&1
echo "--- Install base packages ---"
sudo apt-get -y install curl net-tools gcc git gnupg-agent make python openssl redis-server sudo tmux vim virtualenvwrapper zip python3-pythonmagick tesseract-ocr htop imagemagick asciidoctor jq ntp ntpdate > /dev/null 2>&1
sudo apt-get -y install curl net-tools gcc git gnupg-agent make python openssl redis-server sudo tmux vim virtualenvwrapper zip python3-pythonmagick tesseract-ocr htop imagemagick asciidoctor jq ntp ntpdate jupyter-notebook > /dev/null 2>&1
echo "--- Installing and configuring Postfix ---"