This is a collection of Jupyter Notebooks for managing the DHIS2 NTD Database.
Notebook documents are produced by the Jupyter Notebook Application, which contain both computer code (e.g. python) and rich text elements (paragraph, equations, figures, links, etc…). Notebook documents are both human-readable documents containing the analysis description and the results (figures, tables, etc..) as well as executable documents which can be run to perform data analysis. Notebooks are perfect to use on NTD DHIS2 database because they can interact with the DHIS2 Web API to perform a wide variety of data management tasks all in a human readable format and within a web browser.
To run a Jupyter Notebook, Python must be installed locally. If Python is not already installed for you, we recommend installing Anaconda, a popular distribution. Once Python is installed, Jupyter Lab, the Python application to run Jupyter Notebooks can then be installed. Instructions for doing so can be found here.