davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
753 stars 37 forks source link

Ignore unknown output types #20

Closed kokes closed 3 years ago

kokes commented 3 years ago

nbterm failed when opening an existing notebook (see #19), because the notebook contained an unexpected output type. For this fix I chose to ignore it, your approach may vary, let me know.

Also, I wanted to add a test for this, but you don't seem to have a suite set up just yet. The existing suite mostly resembles snapshot testing, so I didn't want to attempt to solve two things in one PR.