There are two ways.
There are now three ways. ( A third method to open the terminal was added on March 26, 2026. )
There are now four ways. (A fourth method to open the terminal was added on June 18, 2026.)
- from File > New
- from Basic Launcher
Terminal:
(FYI) How to Activate the Python Environment
For Python 3.9:
use_venv python39* Please also refer to the Matlantis Guidebook .
(Update)
An "Open Terminal" button is now available on the notebook editor toolbar.
Clicking it launches the terminal in the notebook's current directory.
(Update2)
An "Open in Terminal" option has been added to the context menu when you right-click a file or folder in the notebook environment's file browser.
Selecting this option opens the terminal in the corresponding working directory, as shown below:
- If a folder is selected: inside that folder.
- If a file is selected: inside the folder where that file is located.