Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash-peak committed Nov 21, 2024
1 parent 1016019 commit 858f777
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
24 changes: 20 additions & 4 deletions workspace/python/ds-pack/2.1.1-base-python-3.11.5/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# workspace-python-ds-pack-2.1.0-base-python-3.11.5
# workspace-python-ds-pack-2.1.1-base-python-3.11.5
This is the Python Data Science pack image made for Workspaces.
The image runs a [Jupyterhub](https://jupyter.org/hub) server that has [VSCode](https://github.com/coder/code-server) pre-installed with all of the essential and most used packages.
The images also comes pre installed with [peak-sdk](https://docs.peak.ai/sdk/).
Expand Down Expand Up @@ -43,27 +43,43 @@ vscode-cli 1.82.2

### Python libraries installed
```
boto3 1.35.65
ipywidgets 8.1.0
jupyter-server-proxy 4.0.0
jupyterhub 4.0.2
jupyterlab 3.6.5
jupyterlab-git 0.42.0
jupyterlab-lsp 4.2.0
jupyterlab 3.6.5
jupyterlab_widgets 3.0.8
jupysql 0.10.16
jupytext 1.15.1
lckr-jupyterlab-variableinspector 3.0.9
mypy-ls 0.5.1
nbconvert 7.8.0
notebook 6.5.5
pandas 2.2.3
peak-sdk 1.13.0
poetry 1.8.4
pyenv 2.4.19
pyls-black 0.4.7
pyls-flake 80.4.0
pyls-isort 0.2.2
pyls-mypy 0.1.8
python-dotenv 1.0.1
python-lsp-black 1.3.0
python-lsp-server[all] 1.4.1
virtualenv 20.24.5
peak-sdk 1.0.0
jupysql 0.10.1
```


### DWH connector libraries installed
```
psycopg2-binary 2.9.10
redshift-connector 2.1.3
sqlalchemy-redshift 0.8.14
snowflake-connector-python 3.12.3
snowflake-sqlalchemy 1.6.1
snowflake-snowpark-python 1.25.0
```

### VS Code Tunneling
Expand Down
9 changes: 6 additions & 3 deletions workspace/python/ds-pack/2.1.1-base-python-3.8.18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,24 @@ vscode-cli 1.82.2

### Python libraries installed
```
boto3 1.35.65
ipywidgets 8.1.0
jupysql 0.10.16
jupyter-server-proxy 4.0.0
jupyterhub 4.0.2
jupyterlab 3.6.5
jupyterlab-git 0.42.0
jupyterlab-lsp 4.2.0
jupyterlab 3.6.5
jupyterlab_widgets 3.0.8
jupysql 0.10.1
jupytext 1.15.1
lckr-jupyterlab-variableinspector 3.0.9
mypy-ls 0.5.1
nbconvert 7.8.0
notebook 6.5.5
pandas 2.2.3
peak-sdk 1.13.0
poetry 1.8.4
pyenv 0.10.16
pyenv 2.4.19
pyls-black 0.4.7
pyls-flake 80.4.0
pyls-isort 0.2.2
Expand All @@ -64,6 +66,7 @@ virtualenv 20.27.0

### DWH connector libraries installed
```
psycopg2-binary 2.9.10
redshift-connector 2.1.3
sqlalchemy-redshift 0.8.14
snowflake-connector-python 3.12.3
Expand Down

0 comments on commit 858f777

Please sign in to comment.