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
Hi! 👋
At this moment, when copying commands from the documentation (https://jupyterlab-server.readthedocs.io/en/stable/index.html or https://jupyterlab-server.readthedocs.io/en/latest/index.html), such as the commands present on the Config file and command line options page, the $ input prompt is also copied along with the command. In this way, it is not possible to directly run the copied command.
$
Configure the sphinx-copybutton extension so that the $ input prompt is not included in commands copied from the documentation.
sphinx-copybutton
The relevant documentation for this configuration can be found in the Strip and configure input prompts for code cells section of the sphinx-copybutton extension documentation.
Another possibility is to remove the $ input prompt directly from the documentation pages.
Let me know what you think and if I can open a PR. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! 👋
Problem
At this moment, when copying commands from the documentation (https://jupyterlab-server.readthedocs.io/en/stable/index.html or https://jupyterlab-server.readthedocs.io/en/latest/index.html), such as the commands present on the Config file and command line options page, the
$
input prompt is also copied along with the command. In this way, it is not possible to directly run the copied command.Proposed Solution
Configure the
sphinx-copybutton
extension so that the$
input prompt is not included in commands copied from the documentation.The relevant documentation for this configuration can be found in the Strip and configure input prompts for code cells section of the
sphinx-copybutton
extension documentation.Another possibility is to remove the
$
input prompt directly from the documentation pages.Additional context
Let me know what you think and if I can open a PR. Thanks!
The text was updated successfully, but these errors were encountered: