0%

如何在Jupyter notebook中添加可选的kernel中

Frist of all
1
pip install ipykernel

upload successful

If something goes wrong, re-enter the following code
1
pip install ipykernel

upload successful

Then input this code
1
python -m ipykernel install --name pytorch

upload successful

Now let’s take a look at the kernels installed in Jupyter notebook.

input:

1
jupyter kernelspec list

upload successful