Attach a notebook reference to an app version
Attach a notebook in home/{caller}/ to an app version by reference.
During upserts, if an app version already has a notebook reference, the old notebook reference is overwritten with a new one. The old notebook still exists in S3, but it’s no longer attached to that app version. NexusOne stores a pointer to the new notebook’s S3 key + sha256.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
Request body for attaching a notebook reference to an app version.
Notebook key under the caller's home/{username}/ prefix. Must end in .ipynb.
Response
Notebook reference attached successfully.
Response model for app component details.
Unique ID of the app component.
ID of the parent app version.
Type of component.
JSON string with component metadata.
Username of the creator.
Component creation timestamp.
Username of the last updater.
Timestamp when the component was last updated.

