0
1

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.

jupyter notebookのkernelが接続できなくなった

Last updated at Posted at 2020-06-25

jupyterの再インストール

terminal
$ pip install pip-autoremove
$ pip-autoremove -y jupyter

pip-autoremoveが非常に有能でした。
依存関係全部消した後に

terminal
$ pip install jupyter

これで全部うまくいった。

参考
https://www.it-swarm.dev/ja/python/jupyter%E3%82%92%E3%82%A2%E3%83%B3%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95/1055200356/

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?