jupyter_matplotlib
安装: $pip install matplotlib $jupyter notebook
1
2
import matplotlib
print(matplotlib.get_backend())
module://ipykernel.pylab.backend_inline
partion_function
Python的functools模块提供了很多有用的功能,其中一个就是偏函数(Partial function)。要注意,这里的偏函数和数学意义上的偏函数不一样。