-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CodeLens to activities #236
Comments
By activating the codelens button we get an embedded codelens directly from pythontutor.com, it does not use the native runestone codelens. Image from PR #312 |
CodeLens is a step-by-step visual feature to show how a program works.
See docs for an example: https://runestone.academy/ns/books/published/authorguide/directives/activecode.html
To enable the "Show CodeLens" button, please remove
:nocodelens:
argument in sections:Pages to enable CodeLens in:
https://pyar.github.io/PyZombis/main/lectures/TWP15/TWP15_3.html
https://pyar.github.io/PyZombis/main/lectures/TWP15/TWP15_4.html
https://pyar.github.io/PyZombis/main/lectures/TWP15/TWP15_5.html
https://pyar.github.io/PyZombis/main/lectures/TWP15/TWP15_6.html
https://pyar.github.io/PyZombis/main/lectures/TWP17/TWP17_4.html
https://pyar.github.io/PyZombis/main/lectures/TWP18/TWP18_3.html
https://pyar.github.io/PyZombis/main/lectures/TWP23/TWP23_3.html
https://pyar.github.io/PyZombis/main/lectures/TWP23/TWP23_4.html
https://pyar.github.io/PyZombis/main/lectures/TWP23/TWP23_6.html
https://pyar.github.io/PyZombis/main/lectures/TWP30/TWP30_2.html
The text was updated successfully, but these errors were encountered: