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@latestSee earlier versions
$ emily drop [...projects] [options]Drop (but keep files for) one or more Emily projects, pruning Docker for the projects's containers, networks, and images, and removing them from [38;2;110;193;228m[1memily list[22m[39m. Dropped projects can still be opened through Emily. Project files will remain untouched unless the --delete-files flag is passed.
$ emily drop my-projectEmily: Successfully dropped the following project(s) from yourproject list:
id: my-project-idname: my-project-namefolder: my-project-pathRunning Emily Drop
If you wish to drop a project from the list of your emily projects, run emily drop my-project in the terminal, where my-project can be a project ID, name or path.
Run emily drop without the project argument and select which projects to drop.
By default emily drop command keeps your project files untouched. If you wish to delete them, use the --delete-files or -delete options.