Skip to main content

Project panel

Access the project panel by clicking the cloud icon button, from the left sidebar.

note

The project panel content varies depending on whether you are working with :

  • A link generated from a GitHub repository
  • A custom project

Panel views

JupyterLite/project-panel-main-view

Custom project

JupyterLite/project-panel-new-project

Panel sections

The Project Panel displays comprehensive information about your current project, organized into the following sections

  1. Link Repository (GitHub links only) Shows the linked GitHub repository information

  2. Project and Description (Custom projects only)

  • Displays:

    • Project name
    • Optional description
  • Available for:

    • Projects opened from the Projects page
    • Projects opened from a project snapshot link
  • Environment: by clicking on the User Environment button, you can open a dialog containing information (name, channels and dependencies) about your environment as displayed in the following screenshot.

JupyterLite/project-panel-user-environment

  • Packages: You can manage your environment’s packages through the Package Manager panel. You can access it by clicking on Packages.

The panel displays a table listing all installed packages, including:

  • Name
  • Version
  • Build number
  • Channel

Two display options are available:

  • all installed packages JupyterLite/project-panel-installed-packages
  • removable packages only JupyterLite/project-panel-removable-packages

In the view displaying all packages installed, checkboxes are available in the first column to select removable packages, which you can delete by clicking on the trash button.

JupyterLite/project-panel-package-manager

  • Logs: Clicking on the Show Logs button opens a dialog showing as shown the following screenshot. JupyterLite/project-panel-show-logs

  • Storage: Clicking on the Reset Current Env button opens a dialog to remove the environment cache and recreate the environment. JupyterLite/project-panel-remove-cache Clicking on the Clear All Storage button opens a dialog to clear all the storage data and also recreate the environment. JupyterLite/project-panel-remove-storage