You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from sending.base import SystemEvents # how would I find this?
from sending.backends.jupyter import JupyterKernelManager # overly verbose
from sending import SystemEvents
from sending import JupyterKernelManager # much better
Example: