Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement copybutton for the shell session #35
Comments
|
This tutorrial example has one of each. But the command session has only one $ prompt and command. Are there other examples with more? |
|
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 |
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.