nvim-ipy icon indicating copy to clipboard operation
nvim-ipy copied to clipboard

jupyter_core has changed

Open Esfo opened this issue 2 years ago • 0 comments

using python 3.11.6

in nvim/plugins/nvim-ipy/rplugin/python3/nvim_ipy/init.py change

from jupyter_core import version_info to from jupyter_core.version import version_info

Esfo avatar Dec 19 '23 18:12 Esfo