Skip to content

Commit

Permalink
feat: add jupyterlab-lsp and matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 16, 2024
1 parent 6b7c372 commit d77b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d77b2de

Please sign in to comment.