antononcube / Raku-Jupyter-Chatbook

Jupyter Raku Kernel that produces LLM-aware notebooks.
https://raku.land/zef:antononcube/Jupyter::Chatbook
Artistic License 2.0
7 stars 2 forks source link

zef is confused between Jupyter::Chatbook and Jupyter::Kernel #4

Open librasteve opened 2 weeks ago

librasteve commented 2 weeks ago

since Jupyter::Chatbook (antononcube) is a fork of Jupyter::Kernel (bduggan), the following occurs:

Issue

zef install Jupyter::Chatbook;
zef uninstall Jupyter::Kernel;

^^ 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?

antononcube commented 2 weeks ago

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.)