Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to exit? #137

Open
siddjain opened this issue Aug 10, 2022 · 2 comments
Open

How to exit? #137

siddjain opened this issue Aug 10, 2022 · 2 comments

Comments

@siddjain
Copy link

I am embarrassed to ask but how to exit out of console session? I tried Ctrl+C plus many other things but none of them work

In [1]: exit()
|   exit()
cannot find symbol
  symbol:   method exit()


In [2]: quit()
|   quit()
cannot find symbol
  symbol:   method quit()


In [3]: !exit
|   !exit
cannot find symbol
  symbol:   variable exit


In [4]: !quit
|   !quit
cannot find symbol
  symbol:   variable quit


In [5]: /exit
|   /exit
illegal start of expression

In [7]: System.exit(0)
@meiyingqishi
Copy link

macOS: cmd + d
windows: ctl + d

@zhanggang807
Copy link

macOS: Ctrl + d

Do you really want to exit ([y]/n)? y
Shutting down kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants