- 系统默认没有安装g++,如果需要使用IPython Notebook,那就安装g++:sudo apt-get install g++
- 安装IPython及IPython Notebook
pip install IPython
pip install urllib3 –安装IPython Notebook的依赖
pip install jupyter –安装IPython Notebook
- 使用IPython
ipython –进入IPython交互环境
- 安装IPython notebook
sudo apt-get install ipython-notebook
- 使用IPython notebook
ipython notebook
在浏览器里面可以看到IPython notebook的交互环境
每个cell可以放一组命令, 按shift + enter可以执行
- 浏览器显示如下:
Linux下安装IPython Notebook
最新推荐文章于 2024-08-28 10:51:38 发布