Skip to content

JupyterLab WIPP Plugin Creator pip install does not enable server extension #30

Open
@ktaletsk

Description

@ktaletsk

Summary

pip install of JupyterLab WIPP Plugin Creator 0.2.1 does not enable server extension. It still needs to be enabled with jupyter server extension enable jupyterlab_wipp_plugin_creator

What is the current bug behavior?

Server is not enabled after installation

What is the expected correct behavior?

Server is enabled after installation

Steps to reproduce

$ docker run jupyter/minimal-notebook
$ pip install kubernetes jupyterlab-wipp-plugin-creator
$ jupyter server extension list
Config dir: /home/jovyan/.jupyter

Config dir: /opt/conda/etc/jupyter
    jupyterlab enabled
    - Validating jupyterlab...
      jupyterlab 3.2.0 OK
    nbclassic enabled
    - Validating nbclassic...
      nbclassic  OK

Config dir: /usr/local/etc/jupyter

$ jupyter server extension enable jupyterlab_wipp_plugin_creator
Enabling: jupyterlab_wipp_plugin_creator
- Writing config: /opt/conda/etc/jupyter
    - Validating jupyterlab_wipp_plugin_creator...
      jupyterlab_wipp_plugin_creator 0.2.1 OK
    - Extension successfully enabled.

$ jupyter server extension list
Config dir: /home/jovyan/.jupyter

Config dir: /opt/conda/etc/jupyter
    jupyterlab enabled
    - Validating jupyterlab...
      jupyterlab 3.2.0 OK
    jupyterlab_wipp_plugin_creator enabled
    - Validating jupyterlab_wipp_plugin_creator...
      jupyterlab_wipp_plugin_creator 0.2.1 OK
    nbclassic enabled
    - Validating nbclassic...
      nbclassic  OK

Config dir: /usr/local/etc/jupyter

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions