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
If ipython is used to run the code examples in the documentation and there are more than 9 cells, the regular expression suggested in using regexp prompt identifiers does not match the continuation and as a result does not copy the complete examples.
Context
If ipython is used to run the code examples in the documentation and there are more than 9 cells, the regular expression suggested in using regexp prompt identifiers does not match the continuation and as a result does not copy the complete examples.
See the issue pydata/xarray#9263 for an GitHub issue and https://docs.xarray.dev/en/stable/user-guide/io.html#hdf5 for a failing example.
Proposal
I suggest to update the section using regexp prompt identifiers in the docs.
The regular expression could be
which would also match the continuation
ipython
andqtconsole
+ continuationIn \[\d*\]: {2,5}\.{3,}:
'In []: '
,'In [999]: '
,' ...: '
,' .....: '
The text was updated successfully, but these errors were encountered: