Emily CLI Documentation

Release-v3.0.6

Emily combines the powers of Python and Docker to build stable and consistent machine learning and datascience python environments. Emily is useful for large cross-team project development as well as for simply running a single jupyter notebook or python script.

Download emily@latest
See earlier versions
$ emily list [options]

List your Emily projects.

$ emily list
PROJECT ID NAME CREATED RUNNING------------------------------------------------------------------------------------------EYYADJ my-project-1 yyyy-mm-dd YesE7K8EX my-project-2 yyyy-mm-dd No

    Options

  • -h,--help

    Display help for command

  • -f,--full

    Display full project information. (default: false)

  • -u,--update(--no-update)

    Prompt for update if newer version found. (default: true)

  • -vb,--verbose

    Print detailed information while running commands.