Edit
The Edit
skill opens a Jupyter notebook in order to edit it.
You can run the script within the Jupyter hub server that opens in a separate browser tab, or use Run
. To create a script, use Launch
. To list available scripts, use List
.
Format
Edit
uses a single utterance:
Edit the notebook <notebook_name> using the datasets <datasets>
Parameters
Edit
uses the following parameters:
<notebook name>
, the name of the script<datasets>
, the list of datasets used in the script
Output
If the script opens successfully, a new browser tab opens next to the DataChat browser tab. A guest Jupyter Hub instance based on the email for your DataChat account is created on a temporary server.
Examples
Edit the notebook MyScript using the datasets MyDataset1, MyDataset2