jupyter 使用的实用细节

jupyter 使用过程中的实用细节

https://www.stateoftheart.ai/

 由于git.Repo实现了__enter____exit__,所以可以与with联合使用。

 http://note.qidong.name/2018/01/gitpython/

 

Image control in Jupyter markdown is possible but the image needs to be preceded by "attachment" or it doesn't display.

<img src="attachment:image.png" width="400">
原文地址:https://www.cnblogs.com/wdmx/p/10091021.html