How to launch and stop server from Jupyter notebook #1259
Unanswered
jingxuanlim
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's likely because Jupyter itself runs on Tornado, and so it's a nested Tornado process. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Just got started on using mesa today. I like it very much.
I do most of my work from a Jupyter notebook. What is the right way to start and stop a server?
Everytime I launch a server, this is what I get:
The server does run, and I can interact with it. However, there's always an error like the one I show above.
I also don't know how to close the server.
Any help appreciated. Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions