Travis O'Brien For the main workshop go https://bitbucket.org/taobrienlbl/maptimedavis
- Download and Install the Anaconda Python Distribution.
- Open either the Anaconda Prompt/Terminal OR Anaconda Navigator(GUI)
- Open the Anaconda Navigator application
- Select Environments (on the left)
- Pick the base (root) or root environment
- In the right side pane click the Channels button
- Add
conda-forge
and then select Update Channels - Change the 1st menu on the left Installed to Not installed OR All
- In the search box on the right side type in
geopandas
- In the main section select the check box on the left of the geopandas package.
- In the bottom right select the Apply button.
- Accept the suggested upgrades.
- When it's done, switch back to Home (upper left), and you can now launch Jupyter Notebook or Spyder code editor.
- Open the Anaconda Prompt OR Terminal (Mac/Linux advanced users)
- Anaconda Prompt
conda install -c conda-forge geopandas
- Terminal
- Activate the conda environment, run the command listed above
- Say yes to prompts about upgrading packages
- Anaconda Prompt
- Once done installing you should be able to run
jupyter-notebook
or ```spyder`` to edit and run code.
Open https://bitbucket.org/taobrienlbl/maptimedavis in your web browser to see the instructions and get the files.