Skip to content

knowit-solutions-cocreate/pythoncourse-lesson3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for Python course lesson 3

Welcome to part three of the Python course!

Project setup

  1. 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
  2. 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
  3. Install the Python code:
    py -m pip install --editable ./
  4. Start dagster:
    dagster dev -m lesson_3_code
  5. Open http://localhost:3000/asset-groups in a browser, which should give you the following: alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages