Blog Web | Recursos Web | Recursos PDF
Jupyter Notebook, una aplicación web de código abierto, le permite crear y compartir un código interactivo, visualizaciones y otros recursos en la web.
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. $ pip list
sudo apt update
sudo apt install python3-pip python3-dev
sudo -H pip3 install --upgrade pip
sudo -H pip3 install virtualenv
mkdir ~/scripts_py
cd ~/scripts_py
virtualenv scripts_py_env
source scripts_py_env/bin/activate
pip install jupyter
jupyter notebook
source scripts_py_env/bin/activate
jupyter notebook