I'm trying to profile a Python FastAPI application (which uses LangGraph) using Scalene on Windows. Since Scalene's Windows version doesn't support multithreading, I'm running it in WSL instead.
When I execute scalene mainapi.py, the application starts successfully, but the Scalene web UI doesn't automatically open in my browser as expected. How can I manually access the Scalene profiling interface? Specifically, how do I find the correct URL to open in my browser?
print(f"Serving at http://{host}:{port}")which suggests that it should display this url when you start it in console.