type
Post
status
Published
date
Mar 3, 2023
slug
jupyter-add-kernel
summary
记录如何在 Jupyter Notebook 中安装 ipykernel、添加新的 Python 内核并查看已安装的 kernelspec。
tags
工具
开发
category
技术分享
icon
password
本文同步自 CSDN 文章。
First

If something goes wrong, re-enter the following code:

Then input this code:

Now let's take a look at the kernels installed in Jupyter Notebook.

原文连接:原文链接