Closed3

asdf + poetry で jupyter lab を立ち上げる

hiramekunhiramekun

asdf でインストール

まずは Python をインストールし、適用

asdf plugin-add python
asdf install python latest
asdf global python latest

次に poetry をインストールし、適用

asdf plugin-add poetry
asdf install poetry latest
asdf global asdf latest
hiramekunhiramekun

poetry でプロジェクトを開始

poetry init
poetry add jupyterlab

poetry で jupyterlab を起動

poetry run jupyter lab
このスクラップは2023/06/14にクローズされました