-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__pychache__ | ||
__pycache__ | ||
.ipynb_checkpoints | ||
develop.ipynb_checkpoints | ||
develop.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# spatial-sector-dashboard | ||
# Streamlit Dashboard for "The Potential Role of a Hydrogen Network in Europe" | ||
|
||
Code for interactive dashboard for results exploration. | ||
|
||
See live version at: [h2-network.streamlit.app](httsp://h2-network.streamlit.app) | ||
|
||
## Local Installation and Usage | ||
|
||
Install dependencies: | ||
|
||
```sh | ||
pip install -r requirements.txt | ||
``` | ||
|
||
Start interactive dashboard: | ||
|
||
```sh | ||
streamlit run streamlit_app.py | ||
``` | ||
|
||
## License | ||
|
||
[MIT](LICENSE) | ||
|