Python 🐍 Jupyter, VSCode Install

preview_player
Показать описание
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)

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

-- Run python from command line --

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

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

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

Рекомендации по теме
Комментарии
Автор

Dear sir, what is the difference between pip and pip3?

sayanjitb