1. 系统环境
- os: unbuntu 23.04/linux 6.2.0
- python 3.11.4
2. Jupyter install
- pip install jupyterlab
- 详见官方:https://jupyter.org/install
3. 代码提示功能install 和 settings
- pip install jupyterlab-lsp
- pip install python-lsp-server[all]
- 完成如下配置:
- code completion, 勾选continuous hinding
- code completion, 勾选show the documentation panel, enable autocompletion