记
NumPy: 方便做矩阵运算
环境
搭建环境
安装网址。
开发环境的部署
新建开发环境,在指定的环境中安装特定的工具包,完成特定的工程,不至于混淆。
pip install jupyterthemes
jt -t oceans16 0f fire -fs17 -cellw 90% -ofs 14 -dfs 14 -T
Python安装:https://www.python.org/downloads/release/python-374/
Anaconda安装:https://www.anaconda.com/products/individual/download-success
conda install scikit-learn
4.界面优化:https://github.com/dunovank/jupyter-themes
jt -t oceans16 -f fira -fs 17 -cellw 90% -ofs 14 -dfs 14 -T
jupyter主题安装
为什么不能自动保存。。。。
python安装
3.7.4最新版本
anaconda
Anaconda Distribution
安装python
安装Anaconda
新建开发环境,安装numpy,scikit-learn库
新建开发环境conda create -n env_name
安装numpy库pip(conda) install package_name
Jupyter notebook界面优化
https://github.com/dunovank/jupyter-themes
界面设置
jt -t oceans16 -f fira -fs 17 -cellw 90% -ofs 14 -dfs 14 -T
界面设置
jt -t oceans16 -f fira -fs 17 -cellw 90% -ofs 14 -dfs 14 -T
开发环境搭建步骤
开发环境部署步骤
环境安装:
装python,记得勾选add to path
安装anaconda
在anaconda中新建开发环境并安装numpy,sklearn
1)conda create -n sklearn
2)conda install numpy
3)conda install scikit-learn
在新开发环境中安装jupyter notebook并优化界面(使用github中的一个开源库)
安装python记得勾选add to path,不然后面要自己改环境变量
开发环境部署