new jupiter intrface

This commit is contained in:
Vitor Santos Costa
2017-08-21 12:36:48 +01:00
parent 54234c7e1d
commit 3e6c24cc0c
40 changed files with 6329 additions and 1117 deletions

View File

@@ -12,5 +12,5 @@ if __name__ == '__main__':
if sys.path[0] == '':
del sys.path[0]
from inprocess.ipkernel import kernelapp as app
from yap_kernel import kernelapp as app
app.launch_new_instance()