Bo
Bo
@jasongrout - I am really happy that you appreciate the combined power of SoS Notebook and SoS because they are designed to address the challenges of transition from interactive to...
Could you elaborate on your use case? What is DSL? If you want to use multiple instances of the same kernel, you can use magic ‘%use name -k kernel’.
Yes, SoS is an overkill for your use case but having a separate kernel for each DSL is not a bad idea especially because you can mark each cell with...
I am not sure why `NestedField` did not work for me but in the end, I just turned everything into a string as follows ```python alerts = fields.StringField() def prepare_alerts(self,...