Skip to content

Commit 20013ee

Browse files
committed
fixed error raised in tutorial_IO notebook because of changes introduced by PR #756
1 parent 4a9c954 commit 20013ee

File tree

2 files changed

+1068
-1068
lines changed

2 files changed

+1068
-1068
lines changed

doc/source/tutorial/tutorial_IO.ipyml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ cells:
523523

524524

525525
- code: |
526-
read_hdf(filepath_hdf, key='deaths', sort_rows=True)
526+
read_hdf(filepath_hdf, key='deaths').sort_axes()
527527

528528

529529
- markdown: |
@@ -728,7 +728,7 @@ metadata:
728728
name: python
729729
nbconvert_exporter: python
730730
pygments_lexer: ipython3
731-
version: 3.6.8
731+
version: 3.7.3
732732
livereveal:
733733
autolaunch: false
734734
scroll: true

0 commit comments

Comments
 (0)