Skip to content

Instantly share code, notes, and snippets.

@MoisesTedeschi
Created July 25, 2018 15:16
Show Gist options
  • Select an option

  • Save MoisesTedeschi/f9feab70c1784026ea34c61816d2d0d5 to your computer and use it in GitHub Desktop.

Select an option

Save MoisesTedeschi/f9feab70c1784026ea34c61816d2d0d5 to your computer and use it in GitHub Desktop.
Instalando o Jupyter Notebook no Android
#Autor:MOA
apt update
apt upgrade
clear
echo "Instalando dependêcias - Passo 1"
apt install clang python-dev python libzmq libcrypt libzmq-dev libcrypt-dev
clear
echo "Instalando o Jupyter - Passo 2"
pip install jupyter
clear
echo "----------------------"
echo "Instalação efetuada com sucesso!"
echo "----------------------"
echo "[MOA]Tanks! ;)[/MOA]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment