Skip to content

Commit 3276ac7

Browse files
committed
remove suggestions to use Jupyter Lab workspace
as well as all mentions of how to open a command line window or Python prompt in it, as (for this tutorial) there's probably no advantage to use Jupyter Lab in RunCode over using RunCode's default VSCode based workspaces, but indeed some disadvantages, as DjangoGirls#1805 mentions. (Fewer unneeded options to choose from also simplifies the work of coaches and of those maintaining the tutorial.) Also, completely remove the special case for RunCode users in the "Python prompt" section, as at that point, they've already been told to follow Linux instructions. fixes DjangoGirls#1805
1 parent fc0a87e commit 3276ac7

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)