Skip to content

Commit

Permalink
Fix matplotlib error found (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored Jan 20, 2022
1 parent e422836 commit 8fea9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyaedt/modules/AdvancedPostProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"The Matplotlib module is required to run some functionalities of PostProcess.\n"
"Install with \n\npip install matplotlib\n\nRequires CPython."
)
except:
pass


def is_notebook():
Expand Down

0 comments on commit 8fea9d7

Please sign in to comment.