https://github.com/ojeda-e/ipynb_slides
https://github.com/ojeda-e/ipynb_slides
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojeda-e/ipynb_slides
- Owner: ojeda-e
- Created: 2022-02-09T23:32:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T23:40:33.000Z (over 4 years ago)
- Last Synced: 2025-05-14T21:52:00.878Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 674 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Title of the project
For clarity, a common practice is to use the title of the project as the name of the folder. Variations include hyphens (`-`) or underscores (`_`).
A brief description of the topic is also useful.
Folder Structure
--------------------
Folder structure or organziation for jupyter Notebook presentations:
```
├── README.md <- The top-level README for developers using this project.
│
├── data
│ ├── processed <- Data sets used in the presentation, if needed.
│
├── notebooks <- Jupyter notebooks.
│ │
│ └── 101_Notbeook_Slides.ipynb <- A notebook with slides.
│
├── scripts
│ └── functions.py <- A python file with functions to plot.
│
│
└── img <- images used on slides.
├── image_1.png <- image 1 no image n.
└── image_n.png
```
Team
-------
**Team members:**
- Name [@user_name](https://github.com/user_name)
**Author**
- Estefania Barreto-Ojeda [@ojeda-e](https://github.com/ojeda-e)