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

Remove JupyterLab dependency in jupyterlab_widgets #2995

Merged
merged 1 commit into from
Oct 24, 2020

Commits on Oct 13, 2020

  1. Remove JupyterLab dependency in jupyterlab_widgets

    Even though jupyterlab_widgets is useless without JupyterLab, it is only
    a small Python package (that don't need JupyterLab) and some static
    files installed in the right path (share/jupyter/labextensions). I would
    then expect it to not depend on JupyterLab.
    
    This will allow other widgets extension to depend on the jupyterlab_widget
    package so that those widgets extensions can work on JupyterLab out of
    the box, without them depending on JupyterLab.
    
    Signed-off-by: martinRenou <martin.renou@gmail.com>
    martinRenou committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    6008586 View commit details
    Browse the repository at this point in the history