Useful Terminal Bits

Bash Profile There is a really handy way to make your time in bash in the terminal a little bit easier with some shortcuts. Anything you repeatedly have to type into the terminal can be made into a shortcut, and anything that saves time is generally a good idea! Let's…

Read More

Maps in Jupyter Notebook

Every now and then we will want do display our data on a map rather than on a graph, so let's look at how we can use MapBox from within Jupyter. for python users, the first thing we need to do is install the mapboxgl python module: pip install mapboxgl…

Read More