1.Jupyter introduction
The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations
Refence to: https://jupyter.org/
2. linux下安装
2.1 使用conda安装较为方便
conda install jupyter notebook
2.2 使用pip安装
pip3 install jupyter
3. Jupyter 配置
3.1 基础文件配置
jupyter notebook --generate-config // produce configfiles calling ***"jupyter_notebook_config.py"*** under hidden directorary .jupyter which locates home.