Create

The Create option redirects the user to create a new Notebook under the selected Project.

Check out the illustration on creating a new Notebook inside a DSL Project.

Please Note: The Create option appears for the Repo folder that opens by default under the Workspace tab.

Creating a New Notebook​

  • Navigate to the Workspace tab for a Data Science Lab project.

  • Click the Create option from the Notebook tab.

Please Note: The Create option gets enabled only if the Project status is Active as mentioned in the above-given image.

  • The Create Notebook page opens.

  • Provide the following information to create a new Notebook:

    • Notebook Name

    • Description

  • Click the Save option.

  • The Notebook gets created with the given name and the Notebook page opens. The Notebook may take a few seconds to save and start the Kernel.

  • The user will get notifications to ensure the new Notebook has been saved and started.

  • The same gets notified on the Notebook header (as highlighted in the image).

  • The newly created Notebook is ready now for the user to commence Data Science experiments. The newly created Notebook is listed on the left side of the Notebook page.

Adding a New Notebook

Check out the illustration on adding a new Notebook.

The users also get an Add option to create a new Notebook. This option becomes available to the users only after at least one Notebook is created using the Create option and open it.

  • Open an existing Notebook from a Project.

  • The Add icon appears on the header next to the opened Notebook name. Click the Add icon.

  • The Create Notebook window opens.

  • Provide the Notebook Name and Description.

  • Click the Save option.

  • A new Notebook gets created and the user will be redirected to the interphase of the newly created Notebook.

  • Soon the notification messages assuring the user that the newly created Notebook has been saved and started appear on the screen.

  • The Notebook gets listed under the Notebook list provided on the left side of the screen.

  • A code cell gets added by default to the newly created Notebook for the user to begin the data science experiment.

Please Note:

  • The user can edit the Notebook name by using the Edit Notebook Name icon.

  • The accessible datasets, models, and artifacts will be listed under the Datasets, Models, and Artifacts menus.

  • The Find/Replace menu facilitates the user to find and replace a specific text in the notebook code.

  • The created Notebook (.ipynb file) gets added to the Repo folder. The Notebook Actions are provided to each created and saved Notebook. Refer to the Notebook Actions page to get detailed information.

Last updated