0
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?

More than 3 years have passed since last update.

pyenv-virtualenv 環境で jupyter notebook を開きたい

Posted at

概要

とあるOSSライブラリを使ってみようとしていたとき、
jupyter notebookの形でexample コードが実装されていた。

まずはいつも自分が使っているpyenv-virtualenvの環境から
単純にjupyter notebook を起動。

jupyter notebook

としてブラウザを開いて、

import ****

とすると、modulue not found

と怒られた。

pyenv-virtualenv 環境から jupyter notebook を開く

この状況では、
https://qiita.com/shierote/items/421af3c741c0f9956b09
ここを参考にすることで解決した。ありがとうございます。

0
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
0
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?