编辑

Python bash


pip包管理

Anaconda虚拟环境

打包EXE

notebook  ipython notebook --config=/home/qin/.ipython/profile_pyqin/ipython_notebook_config.py

特殊模块 Crypto: pip uninstall crypto pycryptodome  pip install pycryptodome

使用PyPI国内镜像(源) https://zhuanlan.zhihu.com/p/57872888

待研究 // TODO
import pandas_profiling  
data.profile_report(title='Titanic Dataset')
profile = data.profile_report(title='Titanic Dataset')
profile.to_file(output_file='result/titanic_report.html')

相关词条