pysondehub/examples
Michael Haberler 4a2f60d2da example subscriber to live updates
play with blocking/unblocking connections to us-east-1.amazonaws.com and see msg count drop to zero/picking up again after unblocking
2021-04-02 15:17:09 +02:00
..
imgs Add README 2021-02-11 16:39:55 +10:00
README.md Add README 2021-02-11 16:39:55 +10:00
example.py No sign requests 2021-02-16 09:30:44 +10:00
live.py example subscriber to live updates 2021-04-02 15:17:09 +02:00
sondehub-athena.ipynb add examples 2021-02-10 20:15:28 +10:00
sondehub.ipynb Update example to convert values to numbers 2021-02-16 18:43:28 +10:00

README.md

These example Jupyter notebook installs show how to access SondeHub open data.

Using Examples

This examples can be used with either SageMaker or a local Jupyter install. For ease getting starting these instructions demonstrate how to configure a SageMaker instances to start experimenting with the data.

SageMaker free usage tier and pricing can be found here

  1. Navigate to the SageMarker console, and open the "NoteBook instances" panel

  2. Give the NoteBook an instance name. All other settings can be left as default

  3. Wait for the instance to change from Pending to In Service

  4. Click on the instance and click the Open JupyterLab button

  5. Select the Upload files icon (up arrow with a line underneath) and upload the example you'd like to run

  6. Double click the Notebook that was uploaded in the left directory explorer pane.

  7. Follow the notebook from the top to the bottom. Click on each cell of code and press the Run button (represented by a right arrow) in the notebook

  8. Once your finished analyzing data remember to shutdown or terminate your SageMaker instance