nteract / scrapbook

A library for recording and reading data in notebooks.
https://nteract-scrapbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
281 stars 26 forks source link

Added fallback for only setting display=True but not encoder=display #67

Closed MSeal closed 4 years ago

MSeal commented 4 years ago

Noticed that setting display=True without an encoder was failing rather than intuitively picking the display encoder in https://github.com/nteract/scrapbook/issues/65.

codecov[bot] commented 4 years ago

Codecov Report

Merging #67 into master will decrease coverage by 0.16%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage    96.5%   96.33%   -0.17%     
==========================================
  Files          10       10              
  Lines         486      491       +5     
==========================================
+ Hits          469      473       +4     
- Misses         17       18       +1