Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 677 Bytes

README.rst

File metadata and controls

22 lines (14 loc) · 677 Bytes

Data Magic for my House Weather Project

I'm using Jupyter Notebooks to help me work out how to visualise the data I'm gathering.

This is part of the House Weather Project.

Environment

Jupyter notebooks setup:

mkvirtualenv --clear -p python3 sample_datamagic
pip install -r requirements.txt

To run the local jupyter which will then open a browser window:

./go.sh

I have a few notebooks for tutorials I am having a go at. The "House Weather" notebook will be where I try to get to grips with the data I'm capturing and experiments as I learn more.