jupyter notebook初步使用心得

这只是个人学习心得的记录,所以没有系统罗列一些概念:

anaconda path:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

[1]选择anaconda是因为它很方便,具有python所支持的所有第三方库,不需要自己配置

[2]选择jupyter notebook作为工具,是因为它能随改随执行看到结果。

step:

[1]首先在给定的位置下载安装最新版本的anaconda,在安装过程中所有选择项目都画勾(才能安装所有的第三方库)

[2]在cmd下面输入jupyter notebook

jupyter notebook初步使用心得_第1张图片

[3]在new下拉链里面选择python3,然后实现小程序回文判断

jupyter notebook初步使用心得_第2张图片




你可能感兴趣的:(python环境)