Skip to content

pyoceans/nbrr

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2025
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Oct 22, 2018
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Oct 22, 2018
Aug 13, 2024

Repository files navigation

nbrr: Jupyter Notebook Reproducible Repositories

You create the notebooks, nbrr will do the rest!

  • environment.yml file for conda:
nbrr env --directory . --channel conda-forge --name MyEnv --extras "python=3.6,r-base=3.4.2,julia,xlrd,rise" > environment.yml
  • README.md with a binder link for your GitHub repository:
nbrr readme "My Awesome Notebook Collection" --repository . > README.md