TEOTIL3 modelling for Phase 3 of the OsloMod project.
The app is designed to help with sense-checking the scenarios. It is not very refined!
-
Open a terminal on the JupyterHub and
cdinto theoslomod_phase3_teotildirectory -
Run
streamlit run ./app/main.py -
Open a new browser tab and navigate to https://hub.p.niva.no/hub/user-redirect/proxy/8501/
-
Clone the repository and build the Dockerfile with
docker build -t oslomod_scenarios . -
Start the container with
docker run -p 8501:8501 oslomod_scenarios -
Open a new tab and navigate to http://localhost:8501
The app is deployed publicly on https://oslomod-phase3-teotil.p.niva.no. The deployment and instructions are found here(requires a NIVA user).