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 telemetry [status] [options]

Control whether or not to send anonymous usage data to the Emily team [on | off].

$ emily telemetry
Emily: Telemetry is currently off
? Emily: Send anonymous usage data to the Emily team?(Y/n) · Yes
Emily: Telemetry has been switched on

Running Emily Telemetry

With emily telemetry you can set sending anonymous usage data on or off.

$ emily telemetry on
$ emily telemetry off

    Options

  • -h,--help

    Display help for command

  • -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.