This repository contains a set of Jupyter Notebooks to get and do various things with the data from the INDIGO project.
We use Google Colab to run these notebooks. This is a free service anyone with a Google account can use. The instructions given here are for using this service.
However, if you prefer to run Jupyter yourself or use another hosted service this should be possible.
Select the notebook you want from the list below. Press the button to open the notebook yourself. This will open the notebook, but you will not yet be able to save any changes you make. If you make changes and want to save them, make sure you go to the File
menu and select Save a copy in Drive
.
Any notebooks you have previously saved should be available in a list when you open the Google Colab homepage.
Please do!
To export a notebook from Google Colab:
- Click
Edit
->Clear all outputs
- Make sure no secret information (API Keys, etc) is in the document.
- Click
File
->Download .ipynb
- Create a new branch of this repository
- Add your
.ipynb
file, creating a new directory if you need to - Update this readme file, if you need to
- Commit, push to GitHub and make a new pull request