Skip to main content

conveyor notebook create

Create a new notebook with existing configuration or specify the options interactively

Synopsis

Create a new notebook with default settings or based on the configuration specified in the notebooks.yaml file. To specify the notebook configuration, you can modify the notebooks.yaml file or you can use the --configure flag, in which case we will ask questions to configure your notebook. If you are using conveyor resources, these won't be deployed. You have to do a 'conveyor deploy' to change these.

conveyor notebook create [flags]

Examples

To execute the command you need to specify the environment as follows:

$ conveyor notebook create --env ENV
$ conveyor notebook create --env ENV --name NOTEBOOK_NAME

If you want to configure the notebook explicitly, use:

$ conveyor notebook create --env ENV --name NOTEBOOK_NAME --configure

Options

      --build-arg list       Set build-time variables for the containers. Same as Docker build-arg argument
--build-args list (Deprecated) use build-arg instead
--configure Specify the notebook configuration through interactive questions
--env string The name of the environment
-h, --help help for create
--name string The name of the notebook
--no-browser-open Don't open the browser automatically when the notebook is ready
--path string The location of the project (default ".")
--secret stringArray Secret file to expose for building the container (only if BuildKit enabled): id=mysecret,src=/local/secret
--ssh stringArray SSH agent socket or keys to expose building the container (only if BuildKit enabled) (format: default|<id>[=<socket>|<key>[,<key>]])

Options inherited from parent commands

      --debug                        Show debug output
--no-browser NO_BROWSER=true Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
-o, --output string Change the output. Valid options are table or json (default "table")
--quiet QUIET=true Quiet down the output. You can also use the environment variable QUIET=true.

See also