Skip to content

Commit

Permalink
enable ipywidgets extension for interactive controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 20, 2024
1 parent a37ab46 commit 8045640
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 194 deletions.
8 changes: 5 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "pypi"

[packages]
jupyterlab= "==4.2.4"
pyspark= "==3.5.1"
boto3 = "==1.34.154"
minio = "==7.2.7"
pyspark= "==3.5.2"
boto3 = "==1.35.1"
minio = "==7.2.8"
delta-spark = "==3.2.0" # should match JAR version (DELTA_SPARK_VER) specified in the Dockerfile
pandas = "==2.2.2"
pyarrow = "==17.0.0"
Expand All @@ -19,6 +19,8 @@ jupyterlab-git = "==0.50.1"
jupyter-collaboration = "==2.1.2"
cdm-jupyterlab-brand-extension = {file = "https://github.com/kbaseincubator/cdm_jupyterlab_brand_extension/raw/main/dist/cdm_jupyterlab_brand_extension-0.1.0-py3-none-any.whl"}
plotly = "==5.23.0"
tqdm = "==4.66.5"
ipywidgets = "==8.1.3"

[dev-packages]
pytest = "==8.3.2"
Expand Down
Loading

0 comments on commit 8045640

Please sign in to comment.