Forums

Accessing a page generated by a module.

Hi all, recently I created an anywherepython account so that I could work on one of my scripts from, well, anywhere. The script is supposed to be edited using marimo (https://marimo.io/), which generates a web page a bit like jupyter does. How can I access that page? Marimo says that it's on a localhost address, but I'm guessing that that's the localhost of the server.

If the software starts it's own server, you will not be able to use it on PythonAnywhere. If it creates a wsgi web app, then you can. Check the documentation to see if it creates a wsgi web app.