Forums

Can I embed the Jupyter editor-debugger page into my Flask app?

Can I embed the Jupyter editor-debugger page into my Flask app, hosting it on PA?

Hmm. You could potentially just use an iframe to show the notebook in your app, but it would only be visible to you -- not to other visitors to your site. It would be a security risk to show it to other people, though, even if it was possible -- code running inside Jupyter notebooks has full access to your private file storage and so on.