ESB

Results 10 comments of ESB

Also note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Also note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Same issue. When I launch from terminal using command line tool, no error. When I launch from Spotlight, Dock, or double-clicking the application icon via Finder.app, I get the "can't...

Note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

Note [this comment](https://github.com/MichaelAquilina/python-tools/issues/293#issuecomment-1130967944), showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

It works with the qt backend. ```python In [1]: import matplotlib.pyplot as plt ...: import numpy as np ...: ...: %matplotlib qt ...: ...: import mplcursors ...: ...: data =...