[Study] JupyterLabをインストール Windows python入門(learning)。環境変数。初心者のための動画です。pip install

初心者

さあ、Pythonを勉強しましょう。初心者のための動画です。
今回は、WindowsでJupyter labをインストールに挑戦します。
Now, let’s study Python. It is a video for beginners.
This time, I will try to install Jupyter lab in Windows.

Jupyter labをインストールするために、pipを使用します。
Use pip to install Jupyter lab.

環境変数でpipのPathを設定しておきましょう。
Let’s set pip Path in the environment variable.

環境変数の設定をします。ユーザーの環境変数または、システムの環境変数でPathを設定します。
Set environment variables.
Set Path in the user’s environment variable or the system environment variable.

私は既に設定済みです。
I’m already set up.

pipのバージョンが表示されました。
The version of pip was displayed.

次に、pip listを表示します。
ワーニングがでました。私は、pipのバージョン更新ができるようです。
Then display pip list.
Warning came out. I seem to be able to update the version of pip.

ワーニングの指示通りにコマンドを実行します。
Run the command as instructed by Warning.

pipのバージョンが更新されています。
The pip version has been updated.

これが、Jupyter labの公式サイトです。「install JupyterLab」のボタンをクリックします。
This is the official site of Jupyter lab. Click the “install JupyterLab” button.

pipを使ったインストール方法を行います。
Install using pip.

コマンドプロンプトで、「pip install jupyterlab」と入力して実行します。
At the command prompt, type “pip install jupyterlab” to run it.

インストールが開始されました。
The installation has started.

エラーが出ていますが、待ちます。
I’m getting an error, but wait.

インストールが完了しました。
The installation is complete.

コマンドプロンプトで、「jupyter-lab」と入力して実行します。
At the command prompt, type “jupyter-lab” to run it.

Webブラウザが自動的に開きました。
The web browser opened automatically.

Jupyter lab が起動しました。
Jupyter lab is up and running.

LauncherのNotebookで、Python 3 (ipykernel)を選択します。
In Launcher’s Notebook, select Python 3 (ipykernel).

「a」の値を出力する簡単なプログラムを作成します。
Create a simple program that prints a value of “a”.

実行しましょう。「a」の値が表示されました。
Let’s run. The value of “a” was displayed.

最後に、jupyter lab の背景色をDarkに変更してみましょう。
Finally, let’s change the background color of jupyter lab to Dark.

Darkに変更されました。
Changed to Dark.

#スタディ
#ラーニング
#ジュピター
#ジュパイター
#パイソン
#ウインドウズ
#インストール
#環境変数
#セットアップ
#JupyterLab
#python
#pip
#install

コメント

タイトルとURLをコピーしました