LoginSignup
6
8

More than 5 years have passed since last update.

作ったpythonの仮想環境をjupyter labに認識させる方法

Posted at

仮想環境の中にipykernelを入れるだけ。
仮想環境中で下のコマンドを打てば良い。


pip install ipykernel
python -m ipykernel install --user --name xxx --display-name "xxx"

↑xxxという仮想環境をjupyter環境で使用したい場合

6
8
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
6
8