Datalore 2023.6 Help

Add a new notebook

There are two ways to add a new notebook to a workspace. You can create a notebook, or you can import a notebook (.ipynb or .datalore) from your file system or a URL.

Create a notebook

  1. On the Home page, click New notebook.

    New notebook button

    You are now redirected to the New notebook dialog.

  2. Provide a new title for your notebook in the Title field.

  3. On the Kernel tab:

    • Choose a kernel. Make your choice based on the language you want to use. The default Python kernel allows you to code in Python. Find more information about the kernels in Kernel management.

    • Under Computation mode, select whether you want to use Jupyter mode or Reactive mode.

    • (Optional) Under Background computation, expand the list to set up background computation (disabled by default). Find more details in Background computation.

    New notebook dialog
  4. To set up environment for your notebook, switch to the Environment tab of the New notebook dialog. Do the following:

    • Select a package manager.

    • Choose a base environment.

    Find more details in Environment.

    Environment tab
  5. To set up your machine options, switch to the Machine tab of the New notebook dialog. You can do the following:

    • Select whether to use only on-demand machines.

    • Select a machine type for your computations.

    Find more details in CPU and GPU machine options.

    Machine tab
  6. Press Enter or click the Create notebook to finish creating your notebook and open it in the editor.

Import a notebook

  1. Click the arrow icon next to the New notebook button and select Import notebook.

    Import notebook action
  2. Use one of the following options:

    • Specify the URL of the notebook you want to add and click Upload.

    • Drag the notebook from your file system.

    • Click Select a notebook from your computer to add the notebook using the file browser.

    Upload notebook dialog

You can now see the Import dialog.

Last modified: 18 December 2023