Thanks to visit codestin.com Credit goes to github.com
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 58f12f0 commit 38a4439Copy full SHA for 38a4439
pymatbridge/publish.py
@@ -1,7 +1,7 @@
1
try:
2
import nbformat.v4 as nbformat
3
from nbformat import write as nbwrite
4
-except:
+except ImportError:
5
import IPython.nbformat.v4 as nbformat
6
from IPython.nbformat import write as nbwrite
7
0 commit comments