Skip to content

Allow extensions to override chat panel icon and location #368

Description

@dlqqq

Problem

I've gotten some requests from users who want to want to configure the chat icon and its location.

Proposed Solution

Create a new plugin that provides an object that looks something like this:

interface JupyterChatConfig {
  placement: 'left' | 'right';
  icon: LabIcon;
}

Then have Jupyter Chat read from this plugin to get the side panel placement and icon.

Developers can disable the default plugin providing this token and override it with a custom one in a labextension.

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions