-
Notifications
You must be signed in to change notification settings - Fork 38
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 get out of session$attach() #281
Comments
Press CTRL+C, or the stop button in RStudio.
Press CTRL+C, or the stop button in RStudio. |
Neither of these work. There is no red button like usual and ctrl+c has no
effect unfortunately
…On Mon, Apr 15, 2024, 4:54 PM Gábor Csárdi ***@***.***> wrote:
How do you get out of a console from a session you attached (in general)?
Press CTRL+C, or the stop button in RStudio.
In this case, after having typed q() and my console is unresponsive, what
can I do to get back to my original session and console? I am currently
running a few background jobs in this Rstudio session, so if I restart the
session I will loose the jobs (they've been running for 40ish hours...)
Press CTRL+C, or the stop button in RStudio.
—
Reply to this email directly, view it on GitHub
<#281 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBRCCWSGABY2752BB7NBALY5PS2BAVCNFSM6AAAAABGHP5OQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJXGA2TONRXGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If it's relevant, this is in rstudioserver via a browser |
Try pressing |
|
I ran this code:
which opened an interactive console within the external session. I tested a bit, and typed q() to exist it, which I guess was a mistake, as now my console is completely non-responsive:
Two questions:
The text was updated successfully, but these errors were encountered: