-
Hello, Is there a way to remove the starting prompts (or other symbols) in the copy-button? This works in copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
copybutton_prompt_is_regexp = True However, I am unsure how to include this in Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
choldgraf
Jun 13, 2022
Replies: 1 comment 4 replies
-
I think that you could achieve this with manually configuring Sphinx via Jupyter Book. Does that work? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
pgierz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that you could achieve this with manually configuring Sphinx via Jupyter Book. Does that work?