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
Currently the Python session code blocks has a button on top-right corner which hides the >>> and ... prompts and the output.
>>>
...
Would be nice to implement similar button for the shell session code blocks. It should hide the $ prompt and the output.
$
The text was updated successfully, but these errors were encountered:
This tutorrial example has one of each. But the command session has only one $ prompt and command. Are there other examples with more?
Sorry, something went wrong.
That example only shows the Python prompt as output; there's no issue of there being additional input there. (I haven't looked for other examples.)
That example also mistakenly colorizes the first > of the Python prompt as a shell continuation prompt.
>
This exists in the form of a Sphinx extension now: https://github.com/executablebooks/sphinx-copybutton
No branches or pull requests
Currently the Python session code blocks has a button on top-right corner which hides the
>>>
and...
prompts and the output.Would be nice to implement similar button for the shell session code blocks. It should hide the
$
prompt and the output.The text was updated successfully, but these errors were encountered: