Interface and Application Programming


Making Jupyter Notebooks!

Plotting Accelerometer Results

I wanted a nice way to plot the accelerometer readings that get stored on the server. I have a python script that does it but that is not as nice, and not very interactive. I decided to use Jupyter Notebooks to get rid of those limitations.

Responsive image Jupyter Notebook

Making the Jupyter Notebook

Jupyter Notebooks are very easy and useful. For this week, in my Jupyter notebook, I just get the data from the sever using python's request library. I then use matplotlib to plot the results. This is the link to the HTML version of the Jupyter Notebook I made for this week. It is also available on my GitHub.