Open librasteve opened 2 weeks ago
since Jupyter::Chatbook (antononcube) is a fork of Jupyter::Kernel (bduggan), the following occurs:
zef install Jupyter::Chatbook; zef uninstall Jupyter::Kernel;
^^ the two modules seem interchangeable to zef
use the field to pin the version
this seems like unwanted behaviour- perhaps we need to open an issue on zef?
Brian Duggan contacted me a year ago with similar issue -- see https://github.com/bduggan/raku-jupyter-kernel/pull/107#issuecomment-1755393698 .
That was the time I renamed "Jupyter::Kernel:ver:auth" to be "Jupyter::Chatbook" . (There was even a related naming discussion in Discord.)
since Jupyter::Chatbook (antononcube) is a fork of Jupyter::Kernel (bduggan), the following occurs:
Issue
^^ the two modules seem interchangeable to zef
Workaround
use the field to pin the version
this seems like unwanted behaviour- perhaps we need to open an issue on zef?