We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f596f01 commit 9af2365Copy full SHA for 9af2365
pymatbridge/matlab_magic.py
@@ -26,7 +26,7 @@
26
has_io = True
27
except ImportError:
28
has_io = False
29
- no_io_str = "Must have pytables and scipy.io to perform i/o"
+ no_io_str = "Must have h5py and scipy.io to perform i/o"
30
no_io_str += "operations with the Matlab session"
31
32
from IPython.core.displaypub import publish_display_data
0 commit comments