Emily CLI Documentation
Release-v3.0.5Emily 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.5See earlier versions
buildopenenvironmentconfigurationserversdeploymentdeploylistmountunmountstopdroploginlogoutdoctorupdatewhoamitelemetryloguninstallinstall
$ emily servers add [options]Add a server to Emily.
$ emily servers add√ Emily: What is the server's IP or Domain name?:
· my-IP-or-DNS√ Emily: What username should be used on the server?:
· my-server-username√ Emily: Path to the SSH key to the server?:
· /path/to/my/.ssh/key.pem√ Emily: What do you want Emily to name the server?:
· my-server-nameEmily: Server added:
Name: my-server-nameHost: my-IP-or-DNSUser: my-server-usernameIdentity: /path/to/my/.ssh/key.pemRunning Emily Servers Add
To add a server to emily run emily servers add and fill in the server information as you are prompted to do so.
You can add a server to emily with a single command by using flags as shown below.
$ emily servers add--host my-IP-or-DNS--identity /path/to/my/.ssh/key.pem--server-name my-server-name$ emily servers add-su my-server-username-ho my-IP-or-DNS-i /path/to/my/.ssh/key.pem-n my-server-name