jupyter
jupyter copied to clipboard
New release?
I saw that the native compilation related bugs have been fixed a while ago and didn't get while the package in Guix still exhibited them. Turned we were indeed on the freshest stable release, it's just that there hasn't been a release in 2 years.
Is one planned sometime soon?
ps.: That also means the Guix package was broken but was still passing its check phase. I'm not sure how this package is tested, but regression tests might be a useful addition, if someone has the time to add them that is.
I recognize this response will not solve your issue completely.
But try the following package transformation if you want to stay up to date.
((options->transformation
'((with-branch . "emacs-jupyter=master"))) (specification->package "emacs-jupyter"))
You may also define a package that uses master (or the current commit hash) as the version to pull from.