Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa0c8cb

Browse files
committed
Be more descriptive in error message.
1 parent 9e57dd2 commit fa0c8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/external/mathjax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import sys
1010

1111
if __name__ == '__main__' :
12-
sys.exit("IPython.external.mathjax is deprecated")
12+
sys.exit("IPython.external.mathjax is deprecated, Mathjax is now installed by default with the notebook package")
1313

0 commit comments

Comments
 (0)