##// END OF EJS Templates
bigsplit: ipython_kernel
bigsplit: ipython_kernel

File last commit:

r20955:c71dcbcd
r20955:c71dcbcd
Show More
__init__.py
11 lines | 291 B | text/x-python | PythonLexer
Min RK
bump pyzmq version dependency to 13...
r20354 # Copyright (c) IPython Development Team.
# Distributed under the terms of the Modified BSD License.
MinRK
cleaner error on pyzmq < 2.0.10.
r3317
Min RK
bump pyzmq version dependency to 13...
r20354 # Verify zmq version dependency
MinRK
cleaner error on pyzmq < 2.0.10.
r3317
MinRK
move check_for_zmq to utils.zmqrelated
r10201 from IPython.utils.zmqrelated import check_for_zmq
MinRK
warn on detection of libzmq 3
r4248
Min RK
bigsplit: ipython_kernel
r20955 check_for_zmq('13', 'ipython_kernel.zmq')
MinRK
add basics to top-level IPython.zmq namespace
r7543
Min RK
bigsplit: ipython_kernel
r20955 from jupyter_client import session
Session = session.Session