見出し画像

zorin jupyter-lab install

zorin jupyter-lab install

第1 zorin home

debian
Zorin OS is an Ubuntu-based Linux distribution designed especially for newcomers to Linux. It has a Windows-like graphical user interface and many programs similar to those found in Windows. Zorin OS also comes with an application that lets users run many Windows programs. The distribution's ultimate goal is to provide a Linux alternative to Windows and let Windows users enjoy all the features of Linux without complications.

第2  jupyter-lab install

python3 -V
sudo apt install -y python3-pip
pip3 install Jupyter
pip3 install jupyterlab
pip3 install pandas
pip3 install numpy
pip3 install SciPy

export PATH="$HOME/.local/bin:$PATH"

第3 起動
jupyter-lab

第4 画像

以上

この記事が気に入ったらサポートをしてみませんか?