Reference#

nbproject: Manage Jupyter notebooks.

Most users will only need these two functions:

header(*[, parent, pypackage, filepath, ...])

Display metadata and start tracking dependencies.

publish(*[, version, i_confirm_i_saved])

Publish the notebook.

Use them with default arguments after importing them like this:

from nbproject import header, publish

For more fine-grained access, use:

meta()

Access meta.store and meta.live.

dev

Developer API.