This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from b97ee3110d0 [yaml]: Phase2 High Usage Yaml examples (#35279)
add cb5eef5b6f1 ✨[Feature]: Add pip-based install support for JupyterLab
side panel extension (#35399)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../apache-beam-jupyterlab-sidepanel/.gitignore | 6 ++
.../apache-beam-jupyterlab-sidepanel/README.md | 100 ++++++++++++++++++++-
.../apache_beam_jupyterlab_sidepanel/__init__.py | 7 +-
.../apache_beam_jupyterlab_sidepanel/_version.py | 6 +-
.../apache-beam-jupyterlab-sidepanel/package.json | 2 +-
.../pyproject.toml | 67 ++++++++++++++
7 files changed, 180 insertions(+), 9 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/.gitignore
copy .test-infra/kubernetes/hadoop/LargeITCluster/teardown.sh =>
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/apache_beam_jupyterlab_sidepanel/__init__.py
(84%)
mode change 100755 => 100644
copy .test-infra/metrics/sync/jenkins/requirements.txt =>
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/apache_beam_jupyterlab_sidepanel/_version.py
(95%)
create mode 100644
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/pyproject.toml