Python 🐍 Jupyter, VSCode Install

Publicado el: 05 junio 2020
en el canal de: APMonitor.com
5,382
55

Jupyter notebook, Jupyter lab, and VSCode are installed to run a 'Hello, World' application in Ubuntu Linux for Python 3.8.


python3 --version
sudo apt install python3 (Linux, apt or yum)
brew install python (MacOS)
Download from python.org (Windows)

sudo apt install python3-pip (Linux)
pip included with Windows install (Scripts folder)

-- Run python from command line --
python3 test.py

-- Jupyter Notebook Install --
pip3 install notebook
jupyter notebook

-- Jupyter Lab Install --
pip3 install jupyterlab
jupyter lab

-- VSCode Install --
sudo snap install --classic code
./code


Similar instructions are available in Windows: https://apmonitor.com/pdc/index.php/M... to both install Python and manage packages with pip or conda.


Begin Python Course: https://apmonitor.github.io/begin_pyt...


En esta página del sitio puede ver el video en línea Python 🐍 Jupyter, VSCode Install de Duración hora minuto segunda en buena calidad , que subió el usuario APMonitor.com 05 junio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 5,382 veces y le gustó 55 a los espectadores. Disfruta viendo!