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

[pydeck] Create a prebuilt extension for JupyterLab #7030

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    90d724c View commit details
    Browse the repository at this point in the history
  2. Bump version so pydeck is tied to current jupyter-widget version

    Note that this ties it to 8.8.0-alpha.6; see visgl#7025 for comments
    dakoop committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    e1b18d4 View commit details
    Browse the repository at this point in the history
  3. Run black on auto-generated version files

    bump_version.py generates these files so could be updated
    dakoop committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a246e84 View commit details
    Browse the repository at this point in the history
  4. Migrate jupyter-widget to a jupyterlab 3 prebuilt extension

    The main thing is modifying package.json and webpack.config.js to
    work with the jupyterlab builder. Since the previous build was
    just using webpack, we let the builder integrate the webpack config
    from that build with the labextension webpack. Required some changes
    to remove the original dist directory so everything just goes to a
    pydeck/labextension directory now.
    dakoop committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    27f3c2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    954598d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    cddac6e View commit details
    Browse the repository at this point in the history
  2. Update package version in toml

    dakoop committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b49b646 View commit details
    Browse the repository at this point in the history