Instructions and troubleshooting for the VertigoIMU inertial datalogger.
Born to Engineer films from the ERAF
Jupyter notebooks provide a great way of interactively coding in Python and seeing the results in-line. You can have a preview of the results plotted for the greenpower car by having a look at one we made earlier Jupyter Notebook on Azure
There are few different ways to get started.
Sign up for an account with Azure (free) and they will let your run all of this online, on their service. Click this button to get started.
Or else, download and run locally:
conda env create -f environment.yml
. This creates an environment with all of the libraries we need for processing files installed. Next time you come back, you’ll want to enter the environment by running activate pyvertigo
or source activate pyvertigo
. See the Anaconda Documentation for more information.jupyter notebook
. The default server address will be http://localhost:8888
. Navigate to this from your web browser and start playing! More information on running the juypter notebook can be found here.