jckantor / nbpages

Command line tool to maintain a repository of Jupyter notebooks.
https://jckantor.github.io/nbpages/
MIT License
1 stars 4 forks source link

Implement "easier"/"poor man's" testing #31

Closed adowling2 closed 4 years ago

adowling2 commented 4 years ago

Create three repositories owned by ndcbe:

  1. nbpages-testing (completely hosted in 1 repo)
  2. nbpages-testing-dev (private, publishes to nbpages-testing-public)
  3. nbpages-testing-public (public)

The repos would contain just a few example notebooks and a script to completely reset /docs.

jckantor commented 4 years ago

The repos are set up and publishing from the private to the public repo has been verified. Still need to add a feature to clear out docs directory.

jckantor commented 4 years ago

The code now maintains a clean destination directory by removing old data, figures, html, notebooks before writing. This reduces the chance that old notebooks might be inadvertently left behind. Needs testing, but that's a different issue.