In [ ]:
from os import chdir,getcwd,path
# Move up out of the notebooks directory
chdir((getcwd()).split('notebooks')[0])
import igpt
In [ ]:
# Try a "Low Density" grid first
igpt.grids_example('low')
# Use "Interupt Kernel" (the stop button) to kill the server
In [ ]:
# Now try a "High Density" Grid
# BE CAREFUL - This will have ~9000 blocks on the map
igpt.grids_example('high')