Manage Notebook

This section explains the credited actions to a notebook within a data science lab project workspace.

Open in new tab

Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Elipsis > Open in new tab

Steps to export a Data Science Script:

  1. Navigate to the Repo folder in the Workspace tab.

  2. Select the Notebook that you want to export.

  3. Click the Ellipsis (three-dot) icon next to the selected notebook.

  4. From the Context Menu, click Open in new tab.

  5. The notebook will be opened in a new browser window.

Edit

Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Elipsis > Edit

Steps to export a Data Science Script:

  1. Navigate to the Repo folder in the Workspace tab.

  2. Select the Notebook that you want to export.

  3. Click the Ellipsis (three-dot) icon next to the selected notebook.

  4. From the Context Menu, click Edit.

  5. The Notebook drawer opens, prompting the user to modify the notebook name and description.

Note: The Edit option is only available for notebooks that are currently open. It will be disabled for any notebook that is not.

Delete a Notebook

This guide outlines the steps to delete a notebook from the Repo folder within the Workspace tab in Data Science Lab (DSLab). Deleting a notebook removes it from the workspace, so be sure to back up any important work before performing this action.

Steps to Delete a Notebook

Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Elipsis > Delete

  1. Navigate to the Workspace tab in Data Science Lab.

  2. Open the Repo folder where the notebook you wish to delete is located.

  3. Select the notebook to delete.

  4. Click the Ellipsis (three-dot) icon next to the selected notebook.

  5. From the Context Menu, click Delete.

  6. The Delete Notebook dialog box will appear, asking for confirmation to delete the notebook.

  7. Click Yes to confirm the deletion.

Confirmation and Notifications

  • After confirming the deletion, a notification message will appear, confirming that the selected notebook has been successfully removed.

  • The notebook will be removed from the Repo folder and will no longer appear in the workspace.

Please Note:

  • Deleting a notebook is a permanent action. Ensure that the notebook is backed up if needed before deletion.

  • Once deleted, a notebook cannot be restored unless backed up or retrieved from version control (e.g., Git).

Information

The Information option in the Data Science Lab (DSLab) allows users to view details about a selected notebook, including the last modified date and other metadata. This feature is useful for tracking changes to notebooks, particularly in collaborative environments where multiple users may be modifying the same files.

Steps to View Notebook Information

Navigation path: Data Science Lab > Workspace > Repo Folder > Notebook > Ellipsis > Information

  1. Navigate to the Workspace tab in Data Science Lab.

  2. Open the Repo folder where your notebooks are stored.

  3. Select the notebook for which you want to view information.

  4. Click the Ellipsis (three-dot) icon next to the selected notebook.

  5. From the Context Menu, select Information.

  6. The Information panel will open, displaying key details about the notebook, including:

    • Last Modified Date: The date and time when the notebook was last modified.

Special Note for Git-Pulled Notebooks

  • If the notebook was pulled from Git, the Information panel will also display the label 'Pulled from git' to indicate its origin.

  • This helps users identify which notebooks were retrieved from a version-controlled Git repository and distinguish them from locally created or uploaded notebooks.