4 lines
66 B
Python
4 lines
66 B
Python
|
|
||
|
from ipykernel import kernelapp as app
|
||
|
app.launch_new_instance()
|