Emily CLI Documentation
Release-v3.0.6Emily 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.
Downloademily@latest
See earlier versions
buildopenenvironmentconfigurationserversdeploymentdeploylistmountunmountstopdroploginlogoutdoctorupdatewhoamitelemetryloguninstall
$ emily [options]
Emily CLI tool For documentation see https://emily.ambolt.io/docs
Running Emily
To run Emily, simply run emily
inside a terminal.
$ emily
Welcome to the Emily CLI tool!
Get started
1) Configure your system with emily doctor
... or get a status report with emily doctor --no-fix
2) Build a project with emily build
... or open an existing one with emily open
3) Add a server with emily servers
... or skip if you want to deploy locally
4) Deploy your project with emily deploy
... you can specify more deployments with emily deployments
Documentation, Guides, and Walk-throughs
1) For a full walkthrough, see our Getting Startedguide:
https://emily.ambolt.io/docs/latest/guides
2) For documentation on all commands, read the docs:
https://emily.ambolt.io/docs/latest/guides
3) Run emily --help on any subcommand for more information:
emily configuration add nginx --help