Strategies for documentation and sharing of data analyses.
File -> Share -> Share...
- Share via OneDrive.
File -> Share -> Copy link
- Navigate to the link and the click
Share
button in the upper right for more control over share settings.
- Here you can find a yaml file that can be used to construct a conda env (named "
pyre
") that includes R, Python, and Jupyter, and all the necessary supporting packages.
conda env create -f https://github.com/neurogenomics/document_and_share/raw/main/templates/env.yml
python -m ipykernel install --user --name=pyre
conda activate pyre
jupyter notebook