Projects#

Anaconda Enterprise uses projects to contain all of the components needed to use or run an application. This includes relevant packages, channels, scripts, notebooks, files, environment variables, services and commands, and a core configuration file named anaconda-project.yml. For more information, see Developing a project.

Project components are archived into a .tar.bz2, .tar.gz, or .zip file for portability purposes, allowing you to store the project and share it with others.

Creating a new project#

  1. From the projects page, click Create +, then select New Project.

    ../../_images/ae5_project_create.png
  2. Enter a name for your project.

  3. Select an environment for your project.

  4. Select a resource profile for your project.

  5. If necessary, add any users or groups as collaborators.

  6. Click Create.

    ../../_images/ae5_project_create_modal.png

Uploading an existing project#

  1. From the projects page, click Create +, then select Upload Project.

    ../../_images/ae5_project_upload.png
  2. Click Browse and upload your project archive file to Anaconda Enterprise.

  3. Enter a name for your project.

  4. If necessary, add any users or groups as collaborators.

  5. Click Upload.

    ../../_images/ae5_project_upload_modal.png

Using sample projects#

Anaconda provides you with a gallery of sample projects that include:

  • Several base Anaconda Distribution for Python environments

  • Minimal Python environments

  • R notebooks and R Shiny apps

  • Simplified Jupyter Notebooks for Matplotlib and HvPlot

  • Dashboards for the Gapminder dataset, oil and gas, NYC taxi, and attractor equations

  • TensorFlow apps for Flask, Tornado, and MINST trained data

  • And tutorial projects for:

    • Using Intake to distribute and ingest data

    • Database access using SQLAlchemy, Pandas, and Dask

    • Visualizations with HoloViz.org tools

    • Building time-series forecasting models using statsmodels

These projects are intended to aid you with your own projects by demonstrating how to do a variety of things in Anaconda Enterprise.

To access the sample project gallery, navigate to the Projects page, then click Sample Projects.

../../_images/ae5_sample_projects.png

To add a sample project to the projects page, click the clone icon for any project.

../../_images/ae5_clone_sample_project.png