Skip to content

Commit

Permalink
Tell RunCode users which terminal to use
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Oct 8, 2023
1 parent fc0a87e commit eddd820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/cloud_development_setup/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion en/intro_to_command_line/open_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It's probably under Applications → Accessories → Terminal, or Applications
<!--sec data-title="Opening: RunCode" data-id="runcode_prompt" data-collapse=true ces-->
> **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.

Expand Down

0 comments on commit eddd820

Please sign in to comment.