Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 701 Bytes

Python-Inline-Repl

Inspired by the inline-repl feature from Simple GHC (Haskell) Integration for VSCode, the extension python-inline-repl can run Python codes within comments and preserve the result in your file.

Features

You can use variables and functions defined in your file.

foo-bar

times-two-for-all

You can re-run the code after modification to overwrite the result.

two-to-three

You can write the spec for a function using examples.

exercise

Usage

Just enabel the extension and open a Python file!

Enjoy!