9.8 Publishing your Notebooks from Notebook Server

Scenario Notebooks can be published from the Notebook interface and published as models using the Model Management Framework. Only one notebook can be in a published state for a given notebook ID. If another version of a notebook is published, the previously published version is replaced.

When a notebook is published:
  • The original notebook is cloned, and a published notebook is created.
  • Any changes made to the original notebook will have no impact on the published notebook.
  • A new version of the published notebook is created whenever the original notebook is republished.
  • The published notebook is in a read-only format.
  • The published notebook can be run in a batch pipeline.
The notebook toolbar is extended by following conditional buttons after publishing the notebook:
  • Publish

    Clicking this button will publish the given notebook. The published notebook is automatically loaded.

  • Published Notebook

    If the notebook has a published version, this button appears and, on click, will redirect you to the published notebook.

The workspace view shows an additional Published column that reflects whether a notebook is published.

Note:

  • When Publishing a Notebook, you must ensure there are no empty paragraphs.
  • Published notebooks do not appear in the overview. Published notebooks can only be seen by either knowing the direct link or navigating from a notebook that has a published notebook.