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

Quit/Exit button #1075

Closed
carstenbauer opened this issue Apr 9, 2021 · 5 comments
Closed

Quit/Exit button #1075

carstenbauer opened this issue Apr 9, 2021 · 5 comments

Comments

@carstenbauer
Copy link

Would love to see a quit/exit button/link that stops the Pluto server and perhaps (if Pluto has been started with a keyword argument or similar) even exit()s the Julia session. (Note that Jupyter has this as well.)

Reason: I want to be able to quit the Pluto server when run as a background process.

Explanation: I typically like to have a server like Jupyter or Pluto running in the background so that I can access it through the browser any time (with out having to go through the "open a terminal -> type julia -e 'using Pluto; Pluto.run()'" process). I also want to get rid of the unnecessary terminal, which is hosting the server, so I actually run something like julia -e 'using Pluto; Pluto.run()' & and close it (CTRL/CMD + W). This works fine, but to quit/restart the server I have to manually find the Pluto process and kill it. Would be much nicer to be able to klick on a quit/stop/exit button on the Pluto front page.

What do you think?

@carstenbauer
Copy link
Author

If time permits and you guys would consider such a feature, I would also be willing to give this a try in a PR.

@fonsp
Copy link
Owner

fonsp commented Apr 10, 2021

Can you post this feature request to our built-in suggestion box instead?

@fonsp fonsp closed this as completed Apr 10, 2021
@carstenbauer
Copy link
Author

You mean I should copy paste the paragraphs above to this tiny feedback input box? (Will do if you say so, just want to be sure.)

@fonsp
Copy link
Owner

fonsp commented Apr 10, 2021

Yes please ☺️

I am sorry for not discussing feature requests here on github, I wrote a bit about why here: #182 (comment)

@carstenbauer
Copy link
Author

Alright, done.

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

2 participants