In Domino versions with Jupyter Server Proxy, you can debug your apps (including flask apps) inside an interactive workspace. (For more info see https://docs.dominodatalab.com/en/4.1/reference/workspaces/Accessing_multiple_hosted_applications_in_one_Workspace_session.html) If you're doing this and working with CSS or js files in Flask, note that flask expects these files to be in a particular `static` directory (flaskr/static). Here are the relevant docs:
Comments
0 comments
Please sign in to leave a comment.