Skip to content

pyoceans/nbrr

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

Releases

No releases published

Packages

No packages published