简体   繁体   中英

Exit interactive console in Jupyter notebook using the q library to debug

I've just tried to use the q library in a Python Jupyter notebook to debug a function. That put me right in interactive console mode to debug.

But now I can't exit the interactive console mode. I tried the obvious ones: q , exit() , quit() but none of them works.

What is the right command?

未测试,但在q中退出: exit 0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM