Skip to content

Commit d1a46f2

Browse files
plestrangemaxim-belkin
authored andcommitted
Emphasize Jupyter and Spyder subsection headers
The section on "What is Programming and Coding?" has two subsections for working in either a Jupyter notebook or Spyder IDE. This PR changes these subsection headers from H5 to H4, thus making them larger and bolder so that they are easier to parse visually. Pull Request: #301
1 parent d7f20a7 commit d1a46f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/00-before-we-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ Programming is a multi-step process that involves the following steps:
120120
While _"Programming"_ refers to all of the above steps,
121121
_"Coding"_ refers to step 3 only: _"Implementing the solution in a specific computer language"_.
122122

123-
##### If you are working with Jupyter notebook:
123+
#### If you are working with Jupyter notebook:
124124
You can type Python code into a code cell and then execute the code by pressing <kbd>Shift</kbd>+<kbd>Return</kbd>.
125125
Output will be printed directly under the input cell.
126126
You can recognise a code cell by the `In[ ]:` at the beginning of the cell and output by `Out[ ]:`.
127127
Pressing the __+__ button in the menu bar will add a new cell.
128128
All your commands as well as any output will be saved with the notebook.
129129

130-
##### If you are working with Spyder:
130+
#### If you are working with Spyder:
131131

132132
You can either use the console or use script files (plain text files that contain your code).
133133
The console pane (in Spyder, the bottom right panel) is the place where commands written in the Python language

0 commit comments

Comments
 (0)