jupylet
jupylet copied to clipboard
Multiple instances of App on the same notebook.
We can't run multiple Apps on the same notebook, right?
app = App(width=700, height=400)
app2 = App(width=700, height=400)