From eddd8201f6e3cba764895eee348b2d3426b7ab0e Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sun, 8 Oct 2023 08:31:57 +0100 Subject: [PATCH] Tell RunCode users which terminal to use --- en/cloud_development_setup/instructions.md | 2 +- en/intro_to_command_line/open_instructions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/cloud_development_setup/instructions.md b/en/cloud_development_setup/instructions.md index 9e89fcc288d..0a8fe2d6cb0 100644 --- a/en/cloud_development_setup/instructions.md +++ b/en/cloud_development_setup/instructions.md @@ -13,7 +13,7 @@ which you can sign up with. {% include "/deploy/signup_pythonanywhere.md" %} ## Command Line -To open the Ubuntu terminal on RunCode, go to Workspaces → New Workspace → Blank. This will open a new Visual Studio Code workspace which has an Ubuntu terminal in the bottom pane. +To open the Ubuntu terminal on RunCode, go to Workspaces → New Workspace → Blank, and select the “Tiny” Workspace Type. After waiting for it to start, this will open a new Visual Studio Code workspace which has an Ubuntu terminal in the bottom pane. Altenatively, you can go to Workspaces → New Workspace → Jupyter Lab. This will open a Python prompt which is depicted by `>>>`, you can type `exit()` to get back to the Ubuntu terminal. diff --git a/en/intro_to_command_line/open_instructions.md b/en/intro_to_command_line/open_instructions.md index a6fdaa4a67a..1bee55ef3e8 100644 --- a/en/intro_to_command_line/open_instructions.md +++ b/en/intro_to_command_line/open_instructions.md @@ -29,7 +29,7 @@ It's probably under Applications → Accessories → Terminal, or Applications > **NOTE** If you followed [RunCode setup instructions](../cloud_development_setup/README.md) follow these steps to open command line. -To open the Ubuntu terminal on RunCode, go to Workspaces → New Workspace → Blank. This will open a new Visual Studio Code workspace which has an Ubuntu terminal in the bottom pane. +If you already created a Workspace on RunCode, access it again from the Dashobard. To open a new workspace with the the Ubuntu terminal on RunCode, go to Workspaces → New Workspace → Blank, and select the “Tiny” Workspace Type. This will open a new Visual Studio Code workspace which has an Ubuntu terminal in the bottom pane. Altenatively, you can go to Workspaces → New Workspace → Jupyter Lab. This will open a Python prompt which is depicted by `>>>`, you can type `exit()` to get back to the Ubuntu terminal.