Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ktaletsk opened this issue Oct 20, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ktaletsk
Copy link
Collaborator

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
@ktaletsk ktaletsk added the bug Something isn't working label Oct 20, 2021
akisaini pushed a commit to akisaini/jupyterlab-extensions that referenced this issue Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant