You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main problem is, that examples in code blocks can have some output and will not work in a plain jupyter notebook cell without touching the copied code.
Pandas version checks
main
hereLocation of the documentation
In the docs the sphinx extension
sphinx-copybutton
is added but the output is not stripped. This means, that code is copied with possible outputs.pandas/doc/source/conf.py
Line 59 in 73b5578
A possible solution is documented in the section using regex prompt identifiers.
Documentation problem
The main problem is, that examples in code blocks can have some output and will not work in a plain jupyter notebook cell without touching the copied code.
One possible example is in
pandas.DataFrame.to_dict
.Suggested fix for documentation
The solution is to add
to
conf.py
.The text was updated successfully, but these errors were encountered: