Closed michaelweinold closed 1 month ago
We actually don't need sphinx-prompt
. Sphinx itself recognizes prompt characters >>>
and I have now configured sphinx-copybutton
to do the same.
These code cells:
when copied will now yield:
from pandas import DataFrame
df = sp.statistics()
sp.statistics()
@cmutel, please just use >>>
instead of >
.
...perhaps following up on the conversation here:
After all, it is not clear if this extension is still needed: