Emily CLI Documentation

Release-v3.0.3

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@v3.0.3
See earlier versions
$ emily servers [options]

List, add, and configure Emily servers.

$ servers
Add new server to emily, select a server to configure, or remove existing
| + Add server
| - Remove server

| Name: my-server-2
IP/Domain: my-server-2-ip
Status: Offline

>>


Running Emily Servers

To open the menu to handle servers, run emily servers. You can then choose to add a new server (see the emily servers add command) or remove a server. If you choose an existing server to reconfigure, you will be prompted for a new server information to overwrite the existing one (see the emily servers add command).

    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.