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

List, add, and configure Emily servers.

$ emily servers
? Emily: Add new server to emily, select a server to configure, or
remove existing
(Use arrow keys, confirm with ENTER)
+ Add server
- Remove server
> Name: my-server-1
IP/Domain: my-server-1-ip
Status: Online
Name: my-server-2
IP/Domain: my-server-2-ip
Status: Offline
· my-server-1

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.