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 update [options]

Updates your Emily CLI to the newest version.

$ emily update
? Emily: A newer version of Emily is available (version)! Do you want to update Emily now?(Y/n) · YesDownloading update...Emily: Update was successful!

$ emily update
Emily: I am up to date! (Current version: version)

    Options

  • -h,--help

    Display help for command

  • -b,--binary<path>

    Path to local binary.

  • -bv,--binary-version<version>

    Version of the binary (must be provided with --binary).

  • -s,--silent

    Execute Emily silently. (default: false)

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

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

  • -vb,--verbose

    Print detailed information while running commands.