From d77b2de221a9aca9001609dadae5c30da168d350 Mon Sep 17 00:00:00 2001 From: joelei Date: Mon, 16 Sep 2024 19:25:23 +0800 Subject: [PATCH] feat: add jupyterlab-lsp and matplotlib --- install-virtualenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-virtualenv.sh b/install-virtualenv.sh index f7d678e..333180f 100755 --- a/install-virtualenv.sh +++ b/install-virtualenv.sh @@ -81,7 +81,7 @@ cp -lr py${PY3_12} py3 uv venv notebook -p /opt/python/py3.12/bin/python source ./notebook/bin/activate # vscode python tools, notebook & utils -uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl pandas +uv pip install pip ruff ipython ipdb jupyterlab jupyterlab-lsp matplotlib sympy arrow openpyxl pandas requests # 添加环境变量等 echo "" >> /root/.bashrc