摘要:
jupyter notebook 保存内存对象 %store foo >>a.txt I think Dill answers your question well. pip install dill Save a Notebook session: import dill dill.dump_se 阅读全文
摘要:
jupyter notebook 运行结束声音提醒 from IPython.display import Audio, display display(Audio(url='https://www.feffery.club/success.mp3', autoplay=True)) from IP 阅读全文