Open2
Jupyter AIを試す
前から気になってたけどなかなか触れなかったので。
ゆえあってローカルのMacに入れる。poetryを使ってみる。pyenvはインストール済み。
$ brew install poetry
$ poetry config virtualenvs.in-project true
$ mkdir jupyter-ai-sample && cd jupyter-ai-sample
$ poetry init
$ pyenv local 3.10.11
$ poetry env use python
$ poetry add jupyterlab ipywidgets jupyterlab-code-formatter black isort jupyter-ai
$ poetry run jupyter-lab