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
The examples provided don't work out of the box when run from the command line. They do work when run as part of a notebook, this makes me suspect there is a strong assumption by the authors that users will be working in notebooks.
If this is the case it should be noted in the documentation.
The text was updated successfully, but these errors were encountered:
Sorry for being very late with a reply. The plots are generated with the pandas package which uses matplotlib under the hood. In principle you should be able to look at the plots in any python environment, but sometimes you might have to do this:
importmatplotlib.pyplotasplt# something that generates a plotplt.show()
Does that work for you from the command line? I will add it to the documentation then.
The examples provided don't work out of the box when run from the command line. They do work when run as part of a notebook, this makes me suspect there is a strong assumption by the authors that users will be working in notebooks.
If this is the case it should be noted in the documentation.
The text was updated successfully, but these errors were encountered: