jupyter notebook清除輸出

在 jupyter notebook參數化運行python 時,怕輸出太多文件太大,想及時清除 notebook 的輸出。 在別人代碼裏看到用 easydl 的 clear_output()。調用很簡單:html from easydl import clear_output print('before') clear_output() # 清除輸出 print('after') 查它源碼:c
相關文章
相關標籤/搜索