Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopes/notebooks
Collection of useful Python notebooks I've created
https://github.com/lopes/notebooks
google-colab google-colaboratory jupyter-notebook notebook-jupyter notebooks python
Last synced: 9 days ago
JSON representation
Collection of useful Python notebooks I've created
- Host: GitHub
- URL: https://github.com/lopes/notebooks
- Owner: lopes
- License: mit
- Created: 2024-01-19T13:56:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:58:20.000Z (4 months ago)
- Last Synced: 2024-07-18T18:46:12.228Z (4 months ago)
- Topics: google-colab, google-colaboratory, jupyter-notebook, notebook-jupyter, notebooks, python
- Language: Jupyter Notebook
- Homepage: https://lopes.id
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notebooks
This repository is a collection of useful [Python notebooks](https://jupyter.org/) I've created either for personal or professional usage. At the time of this writing, all notebooks run in [Google Colaboratory](https://colab.google/), so some features and dependencies may only work there.## Notebooks' Structure
```markdown
# Notebook Name
Description... (code, markdown, etc.)
```## Adding Notebooks
1. Copy the `.ipynb` files to `notebooks/library`
2. Run the `cataloguer.sh` script to normalize the file names
3. Run the `redactor.sh` script to remove outputs and avoid data leakage## License
Distributed under the MIT License. See `LICENSE` for more information.