2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Jupyter Labを使用する

Last updated at Posted at 2024-03-31

Jupyter Labとは

Webブラウザ上でPythonのコードを記述・実行できるツール
ちなみにJupyterNotebookはLabの前任(できることは同じみたい)

手順

インストールの仕方は色々あるようだが、今回は以下の手順で実施。

1. Pythonインストール

3系のPythonをインストールする。

2. Anacondaインストール

Anacondaをインストールする。
※Anacondaとは、Pythonなどの言語を用いた特定のタスク(データサイエンスや機械学習など)を助けるために集成されたツールとライブラリのパッケージのこと。

3. 起動

AnacondaをインストールするとAnaconda Navigatorを使用できるようになるため、起動する。

起動後の画面でJupyterLabのLaunchを押下
image.png

http://localhost:8888/lab が自動で開かれる
image.png

日本語化手順は以下参照

4. 使い方

以下参照

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?