Skip to content

Add option to install Jupyter when displaying message about Jupyter not being avaiable #3781

@DonJayamanne

Description

@DonJayamanne

Currently when selecting an environment (even conda) if Jupyter isn't available running cells displays a message indicating Jupyter is not available.

The message contains a link to a troubleshooting guide page.

We can simplify this for users by simply adding a button that would install jupyter in the current environment. We do this today with other tools used by the python extension (linters, formatter, etc).

Suggestion:

  • Add a button Install Jupyter
  • Clicking this would result in jupyter getting installed either via conda, pip or pipenv based on the type of the environment selected (use InstallationChannelManager class)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions