-
Notifications
You must be signed in to change notification settings - Fork 29
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
treon RuntimeError: Can only launch a kernel on a local interface #21
Comments
Here's what's in the new virtual environment:
|
@GenevieveBuckley This is an open issue while using jupyter_client in multithreaded fashion on Windows machine. You can track updates here: jupyter/jupyter_client#466 You have two workaround for now,
|
Thank you @amit1rrr that's really helpful to know. |
@GenevieveBuckley Just wondering if you could help us resolve the issue? Folks in |
Thanks @amit1rrr , I've taken your suggestions and jupyter/jupyter_client#584 should do the trick. Thank you for your help with this! |
When I run
treon
I get a RuntimeError telling me that it can only launch a kernel on a local interface.The error message suggests to me that something is wrong with my configuration settings, but I had expected since I don't see this error when I run
ipython
orjupyter notebook
then I also shouldn't see it when I runtreon
.Details
I made a new (conda) virtual environment to install the treon master branch into, with
pip install -r requirements-dev.txt
and
pip install -e .
Here's the output when I run treon on the example notebooks included with the repository:
Things I've tried:
--ip=
keyword argument, the same way you might if you ran either ipython or jupyter directory (perhaps unsuprisingly, this isn't supported by treon)The text was updated successfully, but these errors were encountered: