pyenv-jupyter-kernel icon indicating copy to clipboard operation
pyenv-jupyter-kernel copied to clipboard

Change register-kernel to manual kernel registration

Open appleparan opened this issue 1 year ago • 0 comments

It fixes #1 and #2 .The actual cause of this bug is the incorrect assumption that jupyter must be installed in the global versions. So, instead of automatically updating the kernel in all existing virtualenvs, I changed it to manually register the kernel using register-kernel.

It might resolve https://github.com/aiguofer/pyenv-jupyter-kernel/pull/6, too.

Pros

  • It fixes all problems in the issue.

Cons

  • You need to execute pyenv register-kernel after pip install jupyter by yourself.

appleparan avatar Jan 17 '24 11:01 appleparan