This commit is contained in:
Vitor Santos Costa
2016-08-25 01:26:11 -05:00
parent 79791604d9
commit f12349993b
11 changed files with 131 additions and 2746 deletions

View File

@@ -1,6 +1,9 @@
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)
import sys
import ipdb; ipdb.set_trace()
if __name__ == '__main__':
from yap_kernel import kernelapp as app
app.launch_new_instance()