Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: nbformat.v3.validator¶
3 Functions¶
-
IPython.nbformat.v3.validator.nbvalidate(nbjson, schema='v3.withref.json', key=None, verbose=True)¶
-
IPython.nbformat.v3.validator.resolve_ref(json, base=None)¶ return a json with resolved internal references
only support local reference to the same json
-
IPython.nbformat.v3.validator.convert(namein, nameout, indent=2)¶ resolve the references of namein, save the result in nameout
