You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I have followed the tutorial on this blog to configure JupyterHub to be accessed from Visual Studio Code, I still can't connect properly. The print('test') command remains stuck in execution, and the cell never finishes processing.
The 'jupyter' log section shows the message:
Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other.
Thanks you for being an active member of our community! ❤️
Bug description
Although I have followed the tutorial on this blog to configure JupyterHub to be accessed from Visual Studio Code, I still can't connect properly. The
print('test')
command remains stuck in execution, and the cell never finishes processing.The 'jupyter' log section shows the message:
How to reproduce
print('test')
command.Expected behaviour
I expected the
print('test')
command to execute and return the expected result in the notebook within VSCode.Actual behaviour
The
print('test')
command stays in execution forever without completing or displaying any output.Your personal set up
Full environment
Configuration
I've installed JupyterHub using the
zero-to-jupyterhub
deployment, and used the helm chart to configure it.Am I missing some thing? Can you help me to solve this issue?
The text was updated successfully, but these errors were encountered: