Skip to content

Commit cefc1c4

Browse files
authored
Merge pull request #1809 from das-g/no-jupyterlab
remove suggestions to use Jupyter Lab workspace
2 parents 0a0e7a5 + 3276ac7 commit cefc1c4

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

en/cloud_development_setup/instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ which you can sign up with.
1515
## Command Line
1616
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.
1717

18-
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.
19-
2018
Ubuntu is a version of Linux so for all command line instructions later in the tutorial you can follow Linux instructions.
2119

2220
## Virtual Environment

en/intro_to_command_line/open_instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ It's probably under Applications → Accessories → Terminal, or Applications
3131
3232
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.
3333

34-
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.
35-
3634
Ubuntu is a version of Linux so from now on you can follow Linux instructions.
3735

3836
<!--endsec-->

en/python_introduction/prompt.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,3 @@ Python {{ book.py_release }} (...)
1515
Type "help", "copyright", "credits" or "license" for more information.
1616
>>>
1717
```
18-
19-
<!--sec data-title="Opening: RunCode Cloud Environment" data-id="runcode_prompt" data-collapse=true ces-->
20-
21-
To open the Python terminal on RunCode, go to Workspaces → New Workspace → Jupyter Lab. This will open a Python prompt
22-
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.
23-
24-
`ubuntu@runcode:~$ python3`
25-
26-
<!--endsec-->

0 commit comments

Comments
 (0)