Jupyter console broken #35461
Labels
Added during Sprint
Tasks that were added after initial sprint planning
Bug
Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing)
High Priority
An issue or pull request that if not addressed is severe enough to postponse a release.
ISIS Team: Core
Issue and pull requests managed by the Core subteam at ISIS
Milestone
Describe the bug
Jupyter console does not seem to be working very well on recent Conda installs (including on IDAaaS). Trying to run anything at all results in this kind of error:
Afterwards it is completely unuseable.
I have narrowed this down to an upgrade of our qtconsole dependency. It seems to have broken with v5.4.2, I think due to this PR:
jupyter/qtconsole#574
To Reproduce
i = 1
) into the Jupyter console and press return. It will pop up the error reporter.Expected behavior
It should work.
Platform/Version (please complete the following information):
qtconsole==5.4.2
Additional context
This will likely be fixed by this open PR in the qtconsole repo jupyter/qtconsole#575 but in the meantime we should pin to 5.4.1 so that the nightly version works.
The text was updated successfully, but these errors were encountered: