nbviewer.js
nbviewer.js copied to clipboard
Adhere to specs
There is a clear explanation of the spec on the nbformat page. There's also a JSON spec for both v3 and v4. There's a few things we're not supporting - collapsed, scrolled, errors, some mime types (especially in v3).
Steps now
- Skim the specs and find out what is not supported. List it here to check off.
- Split out to separate issues if quite big - eg JavaScript support is probably more complicated than
eval, or is it? - Make sure we err when not supporting something -
console.errorat least, possibly in the DOM as well. - Track the changelog to find out what's changed.