Created
July 25, 2018 15:16
-
-
Save MoisesTedeschi/f9feab70c1784026ea34c61816d2d0d5 to your computer and use it in GitHub Desktop.
Instalando o Jupyter Notebook no Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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