miniconda安装jupyter notebook及初始配置

感觉Anaconda太大了,安装起来不快。而且打开jupyter notebook很慢。于是重新装上了miniconda,在这个基础上安装jupyter notebook。

要安装什么包?

上网查了一下,有两种:
一个是官网上的
conda install ipython jupyter
另一个是民间的
conda install jupyter notebook

聪明如我打算创建了两个虚拟环境,分别试一下。

如何安装

conda install

首先尝试了一下民间法。安装大概270MB的包以后,cmd重启了。所以不截图了。
然后运行jupyter notebook

jupyter notebook

miniconda安装jupyter notebook及初始配置_第1张图片
成功了,浏览器自动弹出了jupyter notebook的页面。那我就懒得尝试官网上的那个了。
miniconda安装jupyter notebook及初始配置_第2张图片

初始配置/使用

打开以后发现是C:\目录,而且不能切换(…),于是查了一下方法。
不用更改默认配置的方法
https://blog.csdn.net/yefcion/article/details/79431760
更改默认配置的方法
https://www.douban.com/note/654735865/

因为本人的目录时常乱跳,所以懒得修改默认配置了,每次启动前定好位就阔以:D!

你可能感兴趣的:(学到头秃)