COM6018 Data Science with Python
Jupyter Notebooks
Jupyter Notebooks are a way of writing and running Python code. They are very popular in data science and machine learning.
They allow you to integrate notes, Python code and the output of the code in a single document.
They are ideal for exploratory data analysis and for sharing your work with others. They are also great for lab classes.
conda activate com6018
cd COM6018/materials/tutorials
jupyter notebook 010_Introducing_Python.ipynb