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
When attempting to run the Jupyter Notebook included, this error comes up with the first box:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-93533596528b> in <module>
----> 1 import LASSI as lassi #Importing the LASSI module
2 import seaborn as sns #For prettier plots -- can remove if you don't care
3 """
4 The following set of commands are how I view most plots and you should change things to suit your needs/monitor.
5 """
ModuleNotFoundError: No module named 'LASSI'
The text was updated successfully, but these errors were encountered:
When attempting to run the Jupyter Notebook included, this error comes up with the first box:
The text was updated successfully, but these errors were encountered: