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 5 years have passed since last update.

python3のvenvで作った環境でインストールしたjupyterが呼ばれない

Posted at

venvで作った環境でpip installしたjupyterlabが何故か動かなかったのでメモ

JupyterLab assets not detected in ~
って言うエラーが出た.
これは/usr/local/binにjupyterを呼びに行って, これは/usr/local/binにjupyterは入っているけどjupyterlabが入っていなくてjupyterlabがないよって言われてただけでした.

$ which jupyter

したら/usr/local/binを呼びに行ってました.

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?