您的当前位置:首页正文

怎样在python里安装jupyter?

来源:花图问答

pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。Python 2.7.9 + 或 Python 3.4+ 以上版本都自带 pip 工具。(推荐:)

安装Jupyter notebook

环境:win10,python3.7

在终端直接使用下面的命令即可安装jupyter notebook

pip install jupyter notebook

启动Jupyter notebook

在终端直接使用下面的命令即可启动Jupyter notebook

jupyter notebook

更多python知识请关注。