Skip to content

Commit

Permalink
Merge pull request #1809 from das-g/no-jupyterlab
Browse files Browse the repository at this point in the history
remove suggestions to use Jupyter Lab workspace
  • Loading branch information
ekohl authored Oct 9, 2023
2 parents 0a0e7a5 + 3276ac7 commit cefc1c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions en/cloud_development_setup/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ which you can sign up with.
## 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.

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.

Ubuntu is a version of Linux so for all command line instructions later in the tutorial you can follow Linux instructions.

## Virtual Environment
Expand Down
2 changes: 0 additions & 2 deletions en/intro_to_command_line/open_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ It's probably under Applications → Accessories → Terminal, or Applications
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.

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.

Ubuntu is a version of Linux so from now on you can follow Linux instructions.

<!--endsec-->
9 changes: 0 additions & 9 deletions en/python_introduction/prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ Python {{ book.py_release }} (...)
Type "help", "copyright", "credits" or "license" for more information.
>>>
```

<!--sec data-title="Opening: RunCode Cloud Environment" data-id="runcode_prompt" data-collapse=true ces-->

To open the Python terminal on RunCode, go to Workspaces → New Workspace → Jupyter Lab. This will open a Python prompt
which is depicted by `>>>`. If you already opened an Ubuntu terminal open, in the [Intro to Command Line](../intro_to_command_line/README.md) chapter, you can just type `python3` in the prompt as shown below to open a Python prompt.

`ubuntu@runcode:~$ python3`

<!--endsec-->

0 comments on commit cefc1c4

Please sign in to comment.