Activity log for bug #2017613

Date Who What changed Old value New value Message
2023-04-25 02:43:55 Leonardo Gama bug added bug
2023-04-26 12:33:59 Leonardo Gama summary Jupyter console crashes at startup in Jimmy Jupyter console crashes at startup in Jammy
2023-04-26 12:38:25 Leonardo Gama description Jupyter crashes at startup in Jimmy, at least jupyter-console and jupyter-qtconsole. Expected behavior: jupyter-console initializes normally in a clean installation. I tracked the problem down to the Python package 'jupyter-console', caused by a function parameter in the Standard Library that was deprecated and finally removed in Python 3.10. The bug was fixed in Python's jupyter-console release 6.4.2. Kinetic uses version 6.4.3 and probably isn't affected by it. Would it be possible for Jimmy to have this same version through jimmy-updates? Their requirements are identical. On my machine, the problem was fixed by installing the mentioned version of the package alone with pip: # pip install --no-deps jupyter_console==6.4.3 - Release: Ubuntu 22.04.2 LTS "Jimmy" - Package version: 6.4.0-3 - Suites: jammy jammy-updates jammy-security Thank you. Jupyter crashes at startup in Jammy, at least jupyter-console and jupyter-qtconsole. Expected behavior: jupyter-console initializes normally in a clean installation. I tracked the problem down to the Python package 'jupyter-console', caused by a function parameter in the Standard Library that was deprecated and finally removed in Python 3.10. The bug was fixed in Python's jupyter-console release 6.4.2. Kinetic uses version 6.4.3 and probably isn't affected by it. Would it be possible for Jammy to have this same version through jammy-updates? Their requirements are identical. On my machine, the problem was fixed by installing the mentioned version of the package alone with pip: # pip install --no-deps jupyter_console==6.4.3 - Release: Ubuntu 22.04.2 LTS "Jammy" - Package version: 6.4.0-3 - Suites: jammy jammy-updates jammy-security - No extra Python packages installed Thank you. --- Edit: Who's Jimmy?! I meant Jammy.
2023-04-26 12:39:08 Leonardo Gama tags jammy