0 / 0

Sharing notebooks with a URL

Last updated: Jul 11, 2025
Sharing notebooks with a URL

You can create a URL to share the last saved version of a notebook on social media or with people outside of watsonx.ai Studio. The URL shows a read-only view of the notebook. Anyone who has the URL can view or download the notebook.

Required permissions:

You must have the Admin or Editor role in the project to share a notebook URL. The shared notebook shows the author of the shared version and when the notebook version was last updated.

Important:

The behavior of shared notebooks will change so that only users who are logged into the same account from which a notebook is shared can view the active content in that notebook. This change in behavior improves account security and will be implemented in two phases:

Starting on 24th Jul 2025, active content in newly shared notebooks will no longer be visible to the following types of users:

  • Users who are anonymous because they are not logged in or do not have an account
  • Users who are logged in to a different account than the account from which the notebook is shared

Starting on 21st Aug 2025, the same rules will be enforced on all previously shared notebooks.

Required action: To continue sharing notebooks that contain active content with anonymous users or users from different accounts after 21st Aug 2025, implement a method to share your notebooks outside of Cloud Pak for Data as a Service.

Sharing a notebook URL

To share a notebook URL:

  1. Open the notebook in edit mode: when the notebook preview window opens, click the Edit Edit icon icon.

  2. If necessary, add code to hide sensitive code cells.

  3. Create a saved version of the notebook by clicking File > Save Version.

  4. Click the Share icon Share icon from the notebook action bar.

    Share notebook

  5. Select to share the link.

  6. Choose a sharing option:

    • Choose Only text and output to hide all code cells.
    • Choose All content excluding sensitive code cells to hide code cells that you marked as sensitive.
    • Choose All content, including code to show everything, even code cells that you marked as sensitive. Make sure that you remove your credential and other sensitive information before you choose this option and every time before you save a new version of the notebook.
  7. Copy the link or choose a social media site on which to share the URL.

Note: The URL remains valid while the project and notebook exist and while the notebook is shared. If you unshare the notebook, the URL becomes invalid. When you unshare, and then re-share the notebook, the URL will be the same again.

Updating a shared notebook

To update a shared notebook:

  1. Open the notebook in edit mode: when the notebook preview window opens, click the Edit Edit icon icon.
  2. Make changes to the notebook.
  3. Create a new version of the notebook by clicking File > Save Version.
Note: Clicking File > Save saves your changes but it doesn't create a new version of the notebook; the shared URL still points to the older version of the notebook.

Unsharing a notebook URL

To unshare a notebook URL:

  1. Open the notebook in edit mode: when the notebook preview window opens, click the Edit Edit icon icon.

  2. Click the Share icon Share icon from the notebook action bar.

    Share notebook

  3. Unselect the Share with anyone who has the link toggle.

Parent topic: Managing the lifecycle of notebooks and scripts