Created
September 19, 2015 21:39
-
-
Save ianpreston/01aad6ed453c75666eda to your computer and use it in GitHub Desktop.
Jupyter configuration for gevent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"display_name": "IPython 2 w/gevent", | |
"language": "python", | |
"argv": [ | |
"python", | |
"-c", "from gevent.monkey import patch_all; patch_all(thread=False); from IPython.kernel.zmq.kernelapp import main; main()", | |
"-f", | |
"{connection_file}" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! I implemented this in Jupyter, and got a deprecation warning:
I used this updated version for my installation: