Clone a notebook
There are two main reasons for cloning a notebook:
Share the notebook
The notebook is in your own workspace or a workspace shared with you, and you want to share that notebook with users who have no access to that workspace. Technically, you cannot share it. However, as an alternative, you can first clone the notebook into you Private workspace, and then share the clone as described in this topic.
Edit the notebook
You cannot edit the notebook because it resides in a workspace you only have view access to. As an alternative, you clone the notebook into one of your own workspaces, which automatically grants you edit rights to its contents. You will be able to edit and run the code of the cloned notebook and share the clone.
Clone a shared notebook with edit access
Go to Notebooks in the shared workspace.
Right-click the desired notebook and select Clone.
Clone a shared notebook with view access
Go to Notebooks in the shared workspace.
Open the desired notebook in the editor.
In the main menu, select
.The cloned notebook will be created in your private workspace.
Go to your Private workspace and share the cloned notebook as described in Share a notebook from Private workspace.