Atekihcan / CLRS

Solutions to exercise and problems of Introduction to Algorithms

Home Page:https://atekihcan.github.io/CLRS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix in-page Python Code Editing

Atekihcan opened this issue · comments

Currently in-page python code editing is broken (e.g. E01.02-02)

Original version used Skulpt for providing in-browser python code compilation with console output and Ace for providing code editor support (syntax highlighting, code folding, auto-indent, brace pairing etc.)

Check if same environment can be used with obvious fixes or some better alternatives are available now.