extipy
Insert a breakpoint
import IPython
IPython.embed_kernel(local_ns={**locals(), **globals()})
Attach jupyter lab to the kernel
jupyter lab --KernelProvisionerFactory.default_provisioner_name=extipy-provisioner
Insert a breakpoint
import IPython
IPython.embed_kernel(local_ns={**locals(), **globals()})
Attach jupyter lab to the kernel
jupyter lab --KernelProvisionerFactory.default_provisioner_name=extipy-provisioner