Skip to content

Commit

Permalink
update may 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
fralfaro committed Jun 2, 2024
1 parent 410ee1b commit 490e604
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8 ]
python-version: [3.10.x]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
*__pycache__/
.DS_Store
.ipynb_checkpoints/
Studies/
/.idea/
vizzu/
docs/examples/probability-distribution
_more_
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ specifically designed for Python and R.

These Cheat Sheets offer a multidimensional approach to learning, available in three distinct formats:

* **PDF**: <img src="https://img.shields.io/badge/Open in PDF-%23FF0000.svg?style=flat-square&logo=adobe&logoColor=white"/>
* **Streamlit**: <img src="https://static.streamlit.io/badges/streamlit_badge_black_white.svg"/>
* **Google Colab**: <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
| **PDF** | **Streamlit** | **Google Colab** |
|---------|---------------|------------------|
| <img src="https://img.shields.io/badge/Open in PDF-%23FF0000.svg?style=flat-square&logo=adobe&logoColor=white"/> | <img src="https://static.streamlit.io/badges/streamlit_badge_black_white.svg"/> | <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> |

## Sections

Expand Down

0 comments on commit 490e604

Please sign in to comment.