Open
Description
I was trying to programmatically interact with the nbclient package and kept getting blank assertion errors being thrown. It was a bit of a mess on my end to track down since nbclient was being hidden behind numerous other libraries I was working with, here's one of the ones which would regularly throw, indicating that there is no kernel available:
Line 960 in 2650b21
Any reason to use asserts here instead of something more friendly to calling libraries, e.g. a new KernelNotConfiguredException?
Metadata
Metadata
Assignees
Labels
No labels