Ai
1 Star 0 Fork 0

joyni/vscode-python

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
getJupyterKernelspecVersion.py 173 Bytes
Copy Edit Raw Blame History
# Check whether kernelspec module exists.
import sys
import jupyter_client
import jupyter_client.kernelspec
sys.stdout.write(jupyter_client.__version__)
sys.stdout.flush()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luluunusually/vscode-python.git
git@gitee.com:luluunusually/vscode-python.git
luluunusually
vscode-python
vscode-python
master

Search