create
inctl notebook create
Create notebook.
Synopsis
Create a Jupyter Notebook that uses the Solution Building Library (SBL).
inctl notebook create notebook_name [flags]
Examples
Create a notebook called test_skill.ipynb in the current working directory:
$ inctl notebook create test_skill
Options
--dry_run (optional) If set, no file will be created.
-h, --help help for create
--path string (optional) Absolute path to a folder to create the file in.
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl notebook - Work with Solution Building library enabled Jupyter notebooks.