Skip to content

EO Africa R&D Template repository for research which supports easy deployment on other Jupyter platforms

License

Notifications You must be signed in to change notification settings

EOAfrica/EOAfricaRDF_research_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reproducable_research_template

EO Africa R&D Template repository for research which supports easy deployment on other Jupyter platforms

Instructions for reproducing the workflows

1. create a virtual environment with pip in the root of this repository

In a terminal (or through a notebook cell) execute the following

# 1. create a new virtual environment (possibly reuse existing packages with --system-site-packages)
python -m venv  --system-site-packages pyeoaf
# 2. activate your virtual environment
source pyeoaf/bin/activate
# 3. install the modules needed for this workflow
pip install -r requirements.txt
# 4. make the virtual environment available for use in your notebooks 
ipython kernel install --user --name=pyeoaf

About

EO Africa R&D Template repository for research which supports easy deployment on other Jupyter platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published