We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For tutorial material it would be nice if the terminal mode also had an option to print the prompts as in
>>> x = [1,3,3] >>> x[0] 1
I looked but couldn't find an easy way to make this happen. I've seen people creating small python scripts that allow this sort of interaction as in: https://stackoverflow.com/questions/23809327/simulate-interactive-python-session
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For tutorial material it would be nice if the terminal mode also had an option to print the prompts as in
I looked but couldn't find an easy way to make this happen. I've seen people creating small python scripts that allow this sort of interaction as in: https://stackoverflow.com/questions/23809327/simulate-interactive-python-session
The text was updated successfully, but these errors were encountered: