This repository was archived by the owner on Apr 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Features
Sri Harsha edited this page Jun 30, 2021
·
1 revision
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 | 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 | Creates a script from selected cells then adds a module to the data pane. | |
Create card | Takes the active cell and creates a card. | |
Delete cell | Deletes the active cell. | |
Export script | Enables saving of cell (or cells) to common formats like Python, R, or Jupyter Notebook files. | |
Import file | Enables importing of scripts into the console from common files like Python, R or Jupyter Notebook files. | |
Insert cell | Inserts a new scripting cell. | |
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 | Runs script in active cell. | |
Run all | Runs all scripts in active cell. | |
Switch connection | Enables connection changing from one Kernel Gateway to another. |
Get Started
Connecting to the Kernel
General Features
Deployment Patterns
Frequently asked questions