Is there a way to embed an IPython console into a solara app?
What I have in mind is a solara app that has an interactive IPython shell, similar to this page:
https://octoframes.github.io/tldraw-with-jupyterlite-shell/
Is that already possible?
1 Reply
Hi Jan-Hendrik,
No, I think this is outside of the scope of solara, which decided to take only a subset of the Jupyter protocol (mainly the comm messages) to be able to support running apps.
I think this is more something for a jupyter server + phoebe.
But... i have thought about this myself as well... who knows if I change my mind