@@ -45,9 +45,9 @@ and in the
4545
4646- ** Interactive app**
4747
48- Provides an interactive web-based interface (via Streamlit) for dynamic
49- exploration of Mapper graph structures, offering real-time adjustments to
50- parameters and visualizations.
48+ Provides an interactive web-based interface for dynamic exploration of
49+ Mapper graph structures, offering real-time adjustments to parameters and
50+ visualizations.
5151
5252## Background
5353
@@ -138,21 +138,23 @@ More examples can be found in the
138138
139139## Interactive App
140140
141- Use our Streamlit app to visualize and explore your data without writing code.
142- You can run a live demo directly on
143- [ Streamlit Cloud] ( https://tda-mapper-app.streamlit.app/ ) ,
144- or locally on your machine. The first time you run the app locally, you may
145- need to install the required dependencies from the ` requirements.txt ` file by
146- running
141+ Use our app to interactively visualize and explore your data without writing
142+ code. You can try it right away using
143+ [ our live demo] ( https://tda-mapper-app.up.railway.app/ ) ,
144+ or run it locally on your machine.
147145
148- ``` bash
149- pip install -r app/requirements.txt
150- ```
146+ To run it locally:
151147
152- then run the app locally with
148+ 1 . Install the app and its dependencies:
153149
154- ``` bash
155- streamlit run app/streamlit_app.py
156- ```
150+ ``` bash
151+ pip install tda-mapper[app]
152+ ```
153+
154+ 2. Launch the app:
155+
156+ ` ` ` bash
157+ tda-mapper-app
158+ ` ` `
157159
158160! [tda-mapper-app](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/tda-mapper-app.png)
0 commit comments