Python学习笔记(二)之Python学习工具包中包含IPython和Jupyter Notebook安装过程
发布时间
阅读量:
阅读量
目录
一、环境安装
二、安装 ipython jupyter notebook
三、配置 ipython jupyter notebook
四、使用 Jupyter
在先前的记录中,本人于VMware虚拟机内完成了 pyenv 环境的部署,并借助 anaconda3-4.1.0 所提供的 pyenv Python 环境,开展了 ipython jupyter notebook 的安装工作。
一、环境安装
1. 安装pip工具
[root@zhang ~]# yum install -y epel-release python-pip python-devel
2. 配置开发工具包
[root@zhang ~]# yum groupinstall 'Development Tools' -y
二、安装 ipython jupyter notebook
注:pip 工具被集成在 anaconda3-4.1.0 发行版所搭载的Python环境之中
[root@zhang ~]# pip install ipython jupyter notebook
pyenv: pip: command
全部评论 (0)
还没有任何评论哟~
