drivendataorg / nbautoexport

Automatically export Jupyter notebooks to various file formats (.py, .html, and more) on save.
https://nbautoexport.drivendata.org/
MIT License
72 stars 9 forks source link

Split install and configure commands #38

Closed jayqi closed 4 years ago

jayqi commented 4 years ago

Splitting install command

Other

Closes #34. I did not unify the naming and opened #37 separately to avoid adding noise to this PR's diff.

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into master will decrease coverage by 0.1%. The diff coverage is 96.9%.

@@           Coverage Diff            @@
##           master     #38     +/-   ##
========================================
- Coverage    98.3%   98.1%   -0.2%     
========================================
  Files           8       8             
  Lines         357     381     +24     
========================================
+ Hits          351     374     +23     
- Misses          6       7      +1     
Impacted Files Coverage Δ
nbautoexport/nbautoexport.py 98.2% <96.0%> (-0.7%) :arrow_down:
nbautoexport/jupyter_config.py 96.5% <100.0%> (+0.1%) :arrow_up:
nbautoexport/sentinel.py 100.0% <100.0%> (ø)
jayqi commented 4 years ago

@r-b-g-b I think the issue you had should be fixed. Ready for another look.