Skip to content

Commit

Permalink
Add demo support with Streamlit and remove legacy demo scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rwnobrega committed Nov 4, 2024
1 parent 50d9e88 commit 914ec2d
Show file tree
Hide file tree
Showing 14 changed files with 586 additions and 1,028 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ The documentation is built using [MkDocs](https://www.mkdocs.org/) with the [Mat
```bash
mkdocs serve
```

### Run demos

There are some demos available in the `demo` directory. They are written using [Streamlit](https://streamlit.io/). To run them, execute:

```bash
streamlit run demo/index.py
```
193 changes: 0 additions & 193 deletions demo/binary_sequences.ipynb

This file was deleted.

93 changes: 0 additions & 93 deletions demo/binary_sequences.py

This file was deleted.

Loading

0 comments on commit 914ec2d

Please sign in to comment.