打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Py之ipykernel:Python库之ipykernel简介、安装、使用方法之详细攻略

Py之ipykernel:Python库之ipykernel简介、安装、使用方法之详细攻略


ipykernel简介

      对于不同环境的内核,如果您希望为不同的虚拟机或CONDA环境设置多个IPython内核,则需要为KelnScript指定唯一的名称。

1、特点

IPython provides a rich architecture for interactive computing with:

  • A powerful interactive shell.
  • A kernel for Jupyter.
  • Support for interactive data visualization and use of GUI toolkits.
  • Flexible, embeddable interpreters to load into your own projects.
  • Easy to use, high performance tools for parallel computing.

ipykernel
Installing the IPython kernel

ipykernel安装

pip install ipykernel


ipykernel使用方法

后期更新……

1、Kernels for Python 2 and 3

If you’re running Jupyter on Python 3, you can set up a Python 2 kernel after checking your version of pip is greater than 9.0:

python2 -m pip --version

Then install with

python2 -m pip install ipykernel
python2 -m ipykernel install --user

Or using conda, create a Python 2 environment:

conda create -n ipykernel_py2 python=2 ipykernel
source activate ipykernel_py2    # On Windows, remove the word 'source'
python -m ipykernel install --user

2、How do I decide which packages I need?

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Windows下用anaconda装python,添加jupyter的kernel以及装包
Python编程神器Jupyter Notebook使用的28个秘诀
Anaconda常用命令
在jupyter notebook中添加conda创建的环境(kernel)
史上最详细、最完全的jupyter notebook使用教程,Python使用者必备!——ipyth...
jupyter notebook添加kernel
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服