Automating the lifecycle of notebooks and scripts
CPDCTL is a command-line interface (CLI) you can use to manage the lifecycle of notebooks and scripts. By using the CLI, you can automate the flow for creating notebooks or scripts and running jobs, moving notebooks and scripts between spaces in Watson Studio, and adding custom libraries to script and notebook runtime environments.
The CPDCTL code usage samples for notebooks and scripts, show you how to:
- Create a notebook or script asset in a project
- Run these assets as jobs in a project
- Download a notebook or a script from one space and upload them to another space
- Add custom libraries to a notebook or script runtime environment
CPDCTL code usage samples for notebooks and scripts: CPDCTL code samples.
For the detailed CPDCTL command reference for notebooks, environments, see CPDCTL command reference.
Parent topic: Managing the lifecycle of notebooks and scripts