When I connect to my kernel using lldb -p <pid> to debug a crash, the jupyter notebook system immediately thinks the kernel crashed and restarts it.
Is there a jupyter notebook command line option or configuration setting that will prevent this from happening? [Shell] top of main loop [Shell] top of main loop [Shell] top of main loop [Shell] top of main loop *<STARTING lldb -p <pid> here>* [I 12:47:11.831 NotebookApp] KernelRestarter: restarting kernel (1/5) WARNING:root:kernel 719da16d-fbe0-48ce-840f-8f9472233114 restarted I'm implementing a new kernel for jupyter notebooks and I need to trap segfaults occasionally and this notebook restarting behavior is getting in my way. Best, Christian Schafmeister Professor Chemistry Department Temple University -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/872a546e-800d-4a63-a9e4-20555e3fd7e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
