-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ipykernel to >= 6.0 #2230
Comments
This is on our radar, no specific timeline right now. Thanks. |
I found the need to update ipython, the default 5.5.0 failed to render my markdown output with HTML content. Requiring the update triggers the need to restart, an annoyance for me and my users. (I also need an updated scipy, but that updates easily.) This seems to be unrelated to the ipykernel version, but let me + this request to add recent versions of all the modules one expects in the jupyterlab environment--please remove this shadow on such a wonderful contribution to jupyter notebook-based collaboration. |
+1 to upgrade ipykernel to v6 as it now supports Jupyter native debugger. There is some non-backward change from ipython v6 to v7 that TL;DR: coming from apache/beam#23599 |
Is your feature request related to a problem? Please describe.
ipykernel <= 6.0.0a4
does not showstdout
orstderr
within the notebook display.This was fixed by
ipykernel
6.0.0a5
, speciifcally ipython/ipykernel#630Describe the solution you'd like
ipykernel
to be updated to >= 6.0.0Describe alternatives you've considered
Manually upgrading
ipykernel
within an active session generally works (after a kernel restart), but is understandably not recommended and will probably cause issues.Additional context
Python bindings for a CUDA C++ library which uses NVRTC for runtime compilation of CUDA kernels outputs compialtion errors to
stdout
, which are not visible when using Colab (or other notebooks withipykernel < 6.0.0a5
The text was updated successfully, but these errors were encountered: