Skip to content

Notebooks And Sharing

A notebook captures more than text notes. In alpha it can persist:

  • lot and snapshot context
  • active test focus
  • selection state
  • scenario limits
  • spatial analysis pushes
  • chart and modal-driven what-if conclusions

Notebook saves now track base_version.

That means version history can tell the difference between:

  • a normal save from the previous head
  • a valid save that was made from stale notebook state

This does not block saves. It makes lineage visible.

Use personal spaces for private work and shared spaces for team workflows.

Shared spaces have explicit access management and separate notebook share links.

Notebook share links are read-only.

That is true even if the underlying notebook is mutable for the owner.

Current behavior also caps active share links per notebook to keep the surface controlled.

Saved notebooks can now move through document lifecycle states:

  • active
  • archived
  • controlled

Think of them as:

  • active: working analysis
  • archived: put away, not for active collaboration
  • controlled: frozen official artifact

Use controlled when a notebook becomes a decision artifact that should be shared but not edited in place.