Skip to content

globegit/GLOBE_MHM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLOBE Mosquito Habitat Mapper Projects

In this repository:

  • GLOBE MHM Demo Notebooks

Run code on Binder:

(https://mybinder.org/v2/gh/globegit/GLOBE_MHM.git/master) Binder

To run code locally:

It is recommended to have an Anaconda environment set up. Anaconda is a package manager and a useful data science platform. For instructions on how to install please visit:

Once you have a Python environment, you may work directly with a copy of the notebooks, using these three files:

  • [notebook_name].ipynb, the notebook itself
  • requirements.txt, a list of Python modules required to run the code
  • jupyter_notebook_config.py, a Python file with some configuration settings or in other words, by downloading the files in one of the notebook folders.

If you’re on a Mac, you may follow these steps to install:

  1. Open a terminal window and navigate to the directory with the files.
  2. To install all the required Python modules, run: pip install -r requirements.txt
  3. Launch Jupyter Notebook locally with: jupyter notebook

To shut down the notebook, type Control-C in the terminal window.

For Jupyter Notebook fast facts visit: https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html

Releases

No releases published

Packages

No packages published