You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: