Open
Description
Hello,
In a software I contribute to, the user can write its own logics. In order to debug those easily, an interactive python shell is available:
shell = code.InteractiveConsole(locals())
shell.interact()
I would now like to have similar functionality, but with a jupyter notebook. I found this:
#4873
But it seemingly starts a jupyter notebook which is empty just like running jupyter notebook
.
So what's missing is that the functions and variables of the existing code is available in jupyter.
Is this forseen/possible?
Regards,
Hendrik
Metadata
Metadata
Assignees
Labels
No labels