Skip to content

Commit

Permalink
Merge pull request #7 from guimou/feature
Browse files Browse the repository at this point in the history
streamlit: nbgitpuller + fixes
  • Loading branch information
guimou authored Jun 24, 2022
2 parents 18ca05f + 0813971 commit e8559ae
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 322 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing there!

## [0.0.10] - 2022-06-22

### Added

- nbgitpuller added to Streamlit notebook (quay.io/guimou/s2i-generic-data-science-streamlit-notebook:0.0.6)

### Modified

- fix yarn cache clean on Streamlit notebook image
- prebuilt-images repos added to CHANGELOG

## [0.0.9] - 2022-06-08

### Added

- Streamlit notebook
- Streamlit notebook (quay.io/guimou/s2i-generic-data-science-streamlit-notebook:0.0.5)

## [0.0.8] - 2022-03-28

### Added

- Changelog file
- SageMath notebook
- SageMath notebook (quay.io/guimou/s2i-minimal-data-science-sagemath-notebook:0.0.1)

## [0.0.7] - 2022-03-25

### Added

- RStudio added to the R notebook
- RStudio added to the R notebook (quay.io/guimou/odh-minimal-data-science-r-notebook:0.0.15)

## [0.0.6] - 2022-03-23

### Added

- OptaPy notebook added
- OptaPy notebook added (quay.io/guimou/s2i-minimal-data-science-optapy-notebook:v0.0.1)
3 changes: 2 additions & 1 deletion streamlit-notebook/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ RUN pip install --no-cache-dir /tmp/jupyterlab_streamlit_menu-0.1.0-py3-none-any

RUN jupyter lab build && \
jupyter lab clean && \
npm install -g yarn && \
npm cache clean --force && \
rm -rf /usr/local/share/.cache/yarn && \
yarn cache clean && \
fix-permissions /opt/app-root

WORKDIR /opt/app-root/src
Expand Down
5 changes: 4 additions & 1 deletion streamlit-notebook/container/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cython = "==0.29.30"
dask = "2022.5.2"
dill = "~=0.3.5.1"
distributed = "2022.5.2"
elyra-python-editor-extension = "==3.9.0"
elyra-python-editor-extension = "==3.9.1"
h5py = "~=3.7.0"
ipywidgets = "~=7.7.0"
jupyter_kernel_gateway = "~=2.5.0"
Expand All @@ -27,12 +27,14 @@ jupyterlab-spellchecker = "~=0.7.2"
jupyterlab-tabnine = "==0.0.24"
kafka-python = "~=2.0.2"
matplotlib = "~=3.5.2"
nbgitpuller = "~=1.1.0"
notebook = "~=6.4.0"
numpy = "~=1.22.4"
pandas = "~=1.4.2"
plotly = "~=5.8.0"
pre-commit = "~=2.19.0"
pyarrow = "~=8.0.0"
rope = "~=1.1.1"
scikit-image = "~=0.19.2"
scikit-learn = "~=1.1.1"
scipy = "~=1.8.1"
Expand All @@ -42,6 +44,7 @@ statsmodels = "~=0.13.2"
streamlit = "~=1.9.2"
supervisor = "~=4.2.0"


[dev-packages]

[requires]
Expand Down
Loading

0 comments on commit e8559ae

Please sign in to comment.