Skip to main content

Collaborate on a project

A project is a means to explore and analyze data from a Jupyter notebook.

note

Each project has a Git repository. Learn why.

A project owner might add you to a project as a collaborator. To contribute, you'll need to access the project from a Jupyter notebook.

Before you begin

tip

Run %help for details on all the magic commands available in your notebook. Run %help <command> for details on one of them.

Or learn about the magic commands specific to AI Unlimited.

Access the project

  1. Connect to JupyterLab, open a notebook, and select the AI Unlimited kernel.

  2. Connect to the manager.

  3. Find out if the engine is deployed.

  4. If the engine is not deployed, deploy it and restore the project.

    The size can be small, medium, large, or extralarge. The default is small. See AWS or Azure pricing information.

    If you don't specify the number of nodes, one node is deployed. The default for restore is true.

  5. Get your password for the engine.

  6. Refresh the connection to include your notebook.

  7. Connect to the project.

    When the connection is made, provide your password.

You're all set! Now you can contribute to the project.