Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.