document_and_share

Strategies for documentation and sharing of data analyses.

Presentation

Rmarkdown

Jupyter

Conda

  1. Create conda env

conda env create -f https://github.com/neurogenomics/document_and_share/raw/main/templates/env.yml
  1. Add env to Jupyter

python -m ipykernel install --user --name=pyre
  1. Activate conda env

conda activate pyre
  1. Start Jupyter

jupyter notebook