I've taken a short break from repl.it and have come back to realize I've forgotten how to open the output of the code in a new tab. Can someone help me?
@RYANTADIPARTHI you can go to your project with this format, replname--username.repl.co. So if I have a project named hello, I would open it by typing hello--supcoolak.repl.co.
@supcoolak If you do it this way, you won't be able to interact with the console. Add ?outputonly=1 to the end of ANY REPL'S URL to see just the console. (If there's graphical output, you'll see that too.)
How do I open the repl in a new tab?
I've taken a short break from repl.it and have come back to realize I've forgotten how to open the output of the code in a new tab. Can someone help me?
Like I said to
@RYANTADIPARTHI you can go to your project with this format, replname--username.repl.co. So if I have a project named hello, I would open it by typing hello--supcoolak.repl.co.?outputonly=1
to the end of ANY REPL'S URL to see just the console. (If there's graphical output, you'll see that too.)