Datalore 2025.6 Help

Terminal

The Datalore editor includes an integrated terminal emulator. It allows you to perform various tasks in the same runtime as your notebook using standard shell commands similar to how you would use them on your local machine.

You can use Terminal for the following tasks:

  • Working directly with Git repositories

  • Installing packages with dependencies or those where installation requires interactive input

  • Running scripts and utilities

  • Accessing the agent, environment, and file system

  • Running commands with sudo

Start a session

  1. In the notebook, select Tools | Terminal in the main menu.

  2. Use Terminal as you would on your local machine.

    Terminal in Datalore notebooks

Resize Terminal

  1. Hover over the left side of Terminal and drag left it or right to resize.

Close a session

  1. Hover over the tab at the top of the Terminal session you want to close.

  2. Click x.

21 October 2025