Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogorsousa/notebooks
Scrapbook of Jupyter notebooks
https://github.com/diogorsousa/notebooks
jupyter-notebook python
Last synced: 28 days ago
JSON representation
Scrapbook of Jupyter notebooks
- Host: GitHub
- URL: https://github.com/diogorsousa/notebooks
- Owner: diogorsousa
- License: other
- Created: 2021-10-04T20:28:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T22:10:45.000Z (about 1 year ago)
- Last Synced: 2024-11-24T01:47:15.458Z (3 months ago)
- Topics: jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notebooks
This repository serves as a scrapbook of various Jupyter notebooks, each serving a unique purpose. The notebooks are written in Python and cover a range of topics.
## Contents
- [Hello World](https://github.com/diogorsousa/Notebooks/blob/main/hello_world.ipynb): A simple "Hello World" example.
- [Lap Calculator](https://github.com/diogorsousa/Notebooks/blob/main/lap_calculator.ipynb): A notebook that calculates laps.
- [Raceroom Data](https://github.com/diogorsousa/Notebooks/blob/main/raceroom_data.ipynb): A notebook for RaceRoom data analysis.## Getting Started
To get started with these notebooks, clone the repository and install the necessary dependencies.
```bash
git clone https://github.com/diogorsousa/notebooks.git
cd Notebooks
pip install -r requirements.txt
```Then you can open the notebooks in Jupyter.
## License
This project is licenses under the terms of the Creative Commons Attribution-NonCommercial 4.0 International Public License.