Reference#
nbproject: Manage Jupyter notebooks.
Most users will only need these two functions:
|
Display metadata and start tracking dependencies. |
|
Publish the notebook. |
Use them with default arguments after importing them like this:
from nbproject import header, publish
For more fine-grained access, use:
|
Access meta.store and meta.live. |
Developer API. |