@@ -19,7 +19,7 @@ The images of this repository are available on Github Container Registry (GHCR).
1919
2020#### What is pre-installed?
2121
22- Base: Debian 12 - Bookworm
22+ Base: Debian 13 - Trixie
2323
2424On top of the base image the following tools are installed:
2525
@@ -29,26 +29,28 @@ On top of the base image the following tools are installed:
2929
3030These programming languages are included:
3131
32- - Python 3 (including pip, setuptools, wheel, venv)
32+ - Python 3 (including pip, setuptools, wheel, venv, uv )
3333- C & C++ (g++)
3434
3535The installed Python libraries are:
3636
37- - jupyter ipykernel docutils pyyaml pylint
38- - h5py
39- - tensorflow keras
40- - pandas pandas-datareader
41- - duckdb
42- - numpy scipy sklearn
37+ - ipykernel docutils jupyter notebook jupyterhub jupyterlab-code-formatter
38+ - watermark pyyaml pylint ruff h5py
39+ - tensorflow
4340- matplotlib seaborn plotly graphviz
41+ - keras
4442- opencv-python-headless
4543- imutils
44+ - numpy pandas pandas-datareader bottleneck
45+ - scipy scikit-learn
46+ - duckdb
4647- sqlalchemy
4748- pyautogui
48- - yfinance alpha_vantage nasdaq-data-link
49+ - requests_cache
50+ - yfinance alpha_vantage nasdaq-data-link finnhub-python
4951- financetoolkit financedatabase
5052- statsmodels
51- - requests_cache
53+ - python-lsp-server [ all ]
5254
5355You can find a list of all installed packages in the [ notebooks/check_devbox.ipynb] [ check_devbox_ipynb_main ] Notebook.
5456
0 commit comments