Welcome to part three of the Python course!
- Create a virtual Python environment and activate it:
py -m venv venv .\venv\Scripts\activate # run this step again whenever you open a new terminal
- Select the Python interpreter within the virtual environment for VSCode to use: Ctrl+Shift+P, type "Python: Select Interpreter" and choose (or navigate to) .\venv\Scripts\python.exe
- Install the Python code:
py -m pip install --editable ./
- Start dagster:
dagster dev -m lesson_3_code
- Open http://localhost:3000/asset-groups in a browser, which should give you the following: