##// 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
# Copyright (c) IPython Development Team.
# Distributed under the terms of the Modified BSD License.
# Verify zmq version dependency
from IPython.utils.zmqrelated import check_for_zmq
check_for_zmq('13', 'ipython_kernel.zmq')
from jupyter_client import session
Session = session.Session