9 Workspace setup
Before programming in Python, let’s make sure you have a properly configured workspace.
9.2 Setting Up Jupyter Notebook
- Select the Environment:
- In Jupyter Notebook, use the “New” dropdown menu (top right) to select the
python-basics
environment.
- In Jupyter Notebook, use the “New” dropdown menu (top right) to select the
- Create a New Notebook:
- Click ‘New’ and select
python-basics
under the Notebooks section to start a new Notebook. Inside the notebook, create a new markdown cell to give the Notebook a title (e.g. Python basics):
# Python basics
- Click ‘New’ and select
- Save the Notebook:
- Save your Notebook in the
code
folder (refer to our folder structure explanation) with a meaningful name (e.g.python-basics.ipynb
)
- Save your Notebook in the
9.3 Download Jupyter Notebook
In the upcoming sections, you’ll have the option to download the content as a notebook. Once downloaded, you can save it in your code
folder and open the notebook in Jupyter.
The download link is located at the start of each document containing code-related content.