Skip to content

Commit 36177b0

Browse files
Update Python Setup
1 parent c4f87d5 commit 36177b0

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/assets/ipython.png

4.07 KB
Loading

src/assets/jupyterlab.png

3.13 KB
Loading

src/content/docs/guides/python-setup.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ uv run python
6565

6666
## Launching the IPython Interpreter
6767

68+
![IPython](../../../assets/ipython.png)
69+
6870
IPython is a powerful interactive Python shell that provides a rich environment for data exploration, experimentation, and visualisation. It offers features like code completion, syntax highlighting, and the ability to execute code line by line. It is great for interactive learning and experimentation.
6971

7072
<Steps>
@@ -85,6 +87,8 @@ IPython is a powerful interactive Python shell that provides a rich environment
8587

8688
## Launching the JupyterLab
8789

90+
![JupyterLab](../../../assets/jupyterlab.png)
91+
8892
JupyterLab is a web application for creating interactive documents that combine code, text, equations, and rich visuals. It provides Python learners with an intuitive environment for coding and experimentation.
8993

9094
<Steps>

0 commit comments

Comments
 (0)