How to Install Jupyter Notebook in Debian or Ubuntu Linux 2023

Аватар автора
Программная Реальность
Jupyter Notebook is a powerful web-based interactive dev tool which allows you to create and share live code, visualizations, and interactive data. Its notebook format combines code and text, making it an excellent choice for data exploration, analysis, and collaborative projects. Open a terminal window (Ctrl+Alt+T) and type the following command; press Enter: sudo apt update sudo apt install python3-pip You may be prompted to enter your password. Provide it and wait for the installation to complete. sudo apt install python3-virtualenv virtualenv my-jupyter-env source my-jupyter-env/bin/activate pip install jupyter jupyter notebook #howto

0/0


0/0

0/0

0/0