Commit ·
24bbbad
1
Parent(s): 49b68cb
fix error.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ jupyterlab
|
|
| 13 |
#jupyterlab-debugger // jupyterlab 内核调试插件,不支持pip安装
|
| 14 |
xeus-python
|
| 15 |
#xeus-cling // jupyterlab 内核调试插件,不支持pip安装
|
| 16 |
-
xeus-cpp
|
| 17 |
# 代码智能提示与补全 (LSP)
|
| 18 |
jupyterlab-lsp
|
| 19 |
python-lsp-server[all]
|
|
|
|
| 13 |
#jupyterlab-debugger // jupyterlab 内核调试插件,不支持pip安装
|
| 14 |
xeus-python
|
| 15 |
#xeus-cling // jupyterlab 内核调试插件,不支持pip安装
|
| 16 |
+
#xeus-cpp // jupyterlab 内核调试插件,不支持pip安装
|
| 17 |
# 代码智能提示与补全 (LSP)
|
| 18 |
jupyterlab-lsp
|
| 19 |
python-lsp-server[all]
|