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
python ~/bad.py (this is the script posted above)
Traceback (most recent call last):
File "/Users/pwessel/bad.py", line 2, in <module>
import pygmt
File "/Users/pwessel/GMTdev/pygmt/pygmt/__init__.py", line 28, in <module>
from pygmt.figure import Figure, set_display
File "/Users/pwessel/GMTdev/pygmt/pygmt/figure.py", line 9, in <module>
import IPython
ModuleNotFoundError: No module named 'IPython'
Originally posted by @PaulWessel in #732 (comment)
The text was updated successfully, but these errors were encountered: