mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
3 lines
128 B
Python
3 lines
128 B
Python
from ipykernel.kernelapp import IPKernelApp
|
|
from .kernel import BashKernel
|
|
IPKernelApp.launch_instance(kernel_class=BashKernel)
|