Skip to content

Commit

Permalink
update to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler authored Nov 10, 2022
2 parents 093a095 + 68f5dfa commit 530acc0
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 504 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Solar MAgnetic Connection Haus tool

[![DOI](https://zenodo.org/badge/374606976.svg)](https://zenodo.org/badge/latestdoi/374606976)
[![DOI](https://zenodo.org/badge/374606976.svg)](https://zenodo.org/badge/latestdoi/374606976) [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://solar-mach.github.io)

Modified version of [github.com/jgieseler/solarmach](https://github.com/jgieseler/solarmach) to [run with Streamlit](https://solar-mach.github.io).
Streamlit frontend to the PyPI package [solarmach](https://pypi.org/project/solarmach/), used for [solar-mach.github.io](https://solar-mach.github.io).

To install and start a local server using `streamlit` run the following commands in your terminal:
To install and start a local Streamlit server, run the following commands in your terminal:

```python
# optional: create and activate virtual environment in python (alternatively use anaconda)
Expand All @@ -20,7 +20,6 @@ streamlit run streamlit_app.py

Afterwards the app should open in your browser.

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://solar-mach.github.io)


## Python package
Expand Down
Loading

0 comments on commit 530acc0

Please sign in to comment.