new version of python interface
This commit is contained in:
6
packages/python/yap_kernel/__main__.py
Normal file
6
packages/python/yap_kernel/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
from ipykernel.kernelapp import IPKernelApp
|
||||
except ImportError:
|
||||
from IPython.kernel.zmq.kernelapp import IPKernelApp
|
||||
from .kernel import YAPKernel
|
||||
IPKernelApp.launch_instance(kernel_class=YAPKernel)
|
Reference in New Issue
Block a user