-
Notifications
You must be signed in to change notification settings - Fork 857
Closed
Description
Is your feature request related to a problem? Please describe.
ipykernel <= 6.0.0a4 does not show stdout or stderr within the notebook display.
This was fixed by ipykernel 6.0.0a5, speciifcally ipython/ipykernel#630
Describe the solution you'd like
ipykernel to be updated to >= 6.0.0
Describe 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 with ipykernel < 6.0.0a5
seppestas