簡體   English   中英

嘗試關閉 Jupyter Notebook python 上的 kernel 時出錯

[英]Error while trying to shutdown the kernel on Jupyter Notebook python

377 elif game == 100: --> 379 os._exit() TypeError: Required argument 'status' (pos 1) not found

您應該在“_exit”function 中傳遞一個參數。
你可以試試這個:

os._exit(0)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM