Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Features

Sri Harsha edited this page Jun 30, 2021 · 1 revision

General Features

Python and R scripting features are distributed across the app. Shared scripts are accessed from the Add dialog. Script modules and module options are accessed via the Data Pane. Lastly, the Console itself has many script features. Refer to this table for an overview of tools and capabilities.

Icon Tool Name Description
Open console Open console Opens the Python and R scripting console or Kernel Gateway connection dialog. If no Kernel Gateway connection exists within the page, this is when the connection dialog openes.
Create module Create module Creates a script from selected cells then adds a module to the data pane.
Create card Create card Takes the active cell and creates a card.
Delete cell Delete cell Deletes the active cell.
Export script Export script Enables saving of cell (or cells) to common formats like Python, R, or Jupyter Notebook files.
Import file Import file Enables importing of scripts into the console from common files like Python, R or Jupyter Notebook files.
Insert cell Insert cell Inserts a new scripting cell.
Restart kernel Restart kernel Restarts the execution kernel within the Kernel Gateway. Restarting stops running scripts and clears the namespace and any data held in memory.
Run Run Runs script in active cell.
Run all Run all Runs all scripts in active cell.
Switch connection Switch connection Enables connection changing from one Kernel Gateway to another.
Clone this wiki locally