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@v3.0.6See 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 started1) Configure your system with emily doctor... or get a status report with emily doctor --no-fix2) Build a project with emily build... or open an existing one with emily open3) Add a server with emily servers... or skip if you want to deploy locally4) Deploy your project with emily deploy... you can specify more deployments with emily deploymentsDocumentation, Guides, and Walk-throughs1) For a full walkthrough, see our Getting Startedguide:https://emily.ambolt.io/docs/latest/guides2) For documentation on all commands, read the docs:https://emily.ambolt.io/docs/latest/guides3) Run emily --help on any subcommand for more information:emily configuration add nginx --help