-
Notifications
You must be signed in to change notification settings - Fork 11
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
Jupyter notebook can't connect to kernel #132
Comments
running I'm leaving this open as we should consider what our next move is. |
Upstream issue jupyter/notebook#6702 For more context: jupyter notebook has a slower development and will be replaced by Jupyterlab at some point. The jupyter nbclassic alternative gives users the same UI as jupyter notebook but runs jupyterlab under the hood. If one wants to be on the cutting edge you can run |
Here are a few options that are not necessarily mutually exclusive:
What do you think? |
1, 2, and 3?
Is that too much? |
Nope. Makes sense. I'll start sending PRs ASAP. |
I think we implemented all the steps here. Should we close this one? |
When I start up a jupyter notebook, I get a notification about a migration plan to Jupyter 7 and the Kernel doesn't connect. Below is a screenshot of the notebook followed by the command line STDOUT when running
jupyter notebook
. I think it's all theForbidden
notifications that keep me from connecting to the Kernel.The text was updated successfully, but these errors were encountered: