A JupyterLab instance that contains some learning resources for Python and related topics.
docker compose up
This will present you with a pair of URLs to get access to the Jupyter Lab. I've found that only the 127.0.0.1
version works for me.
- Ensure that you have the version of Python installed from the .python-version file
- Open the desired notebook file in VS Code
- When you first try to run a code block you will be prompted to install some things that VS Code needs to run the notebook
Inside the work folder you will find:
- Just Enough Python notebook - a notebook that came with the Programming Machine Learning book from Pragramatic Programmers, which is a great way to learn about Python's language features.
- Pandas Numpy notebook - the notebook that Derek went through during the Engineering Meet-up on 7th Jan 2022.
Take a look at the Pythonistas page in Notion for more information including resources that can be used to learn Python and related topics.