A1 T1 Lecture1
A1 T1 Lecture1
Workshop 1
We acknowledge and pay our respects to the Kaurna people,
the traditional custodians whose ancestral lands we gather on.
• Jupyter Notebook: A web application for creating and sharing documents with
• Why is it important?
Prevents conflicts between package versions and ensures smooth project
execution.
Anaconda Installation
• Anaconda is a free and open-source distribution of the Python and R
programming languages.
• It is used for scientific computing and data science.
• JupyterLab:
• A newer interface
• Provides a more integrated environment for working with Jupyter notebooks
• Includes features like a file browser, integrated terminal, and a text editor
IDEs and JupyterLab
• Integrated Development Environments (IDEs) offer a comprehensive
software development environment.
• JupyterLab is akin to an IDE.
• Launching JupyterLab:
• Open Anaconda.
• Click 'launch' under JupyterLab.
Notebook Interchangeability
• JupyterLab and Jupyter Notebook are fully interchangeable
• Both tools use the same .ipynb file format
• Work saved in one tool can be opened in the other
Your Turn - Launching Jupyter Notebook or JupyterLab