Install the VS Code Extension
Install Poetry
Install fswatch native library
brew install fswatch
Install this package
poetry install
After setup, run the package:
poetry shell
automagic
The VS Code extension should automatically connect, and allow you to evaluate
the current selection (or line if there is no selection) in a Python file with
ctrl+enter
.