Analyze My First Tutorial Scenario
Your scenario is not analyzable yet.
Status: Replayed completely
Reven running on port 14002
(PID: 1478211,
details).
# Python script to connect to this scenario from a Jupyter notebook:
from reven2.preview.project_manager import ProjectManager
pm = ProjectManager("http://reven:8880/") # If you aren't in a Jupyter Notebook, you should change this URL
server = pm.get_server_by(name="My First Tutorial Scenario")
# Do stuff...
try:
pm.close_server(server)
except Exception as e:
print("Closing server: ", e)
Status | Start date | Actions | |
Axion (Show in browser) | Thursday, June 19, 2025, 10:55:31 AM | Details |
You can manually upload PDB files for this scenario if necessary - See details