Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention Notebooks in Docs #40

Open
iandanforth opened this issue Oct 10, 2020 · 1 comment
Open

Mention Notebooks in Docs #40

iandanforth opened this issue Oct 10, 2020 · 1 comment

Comments

@iandanforth
Copy link

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.

@klieret
Copy link
Owner

klieret commented Nov 14, 2020

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:

import matplotlib.pyplot as plt
# something that generates a plot
plt.show()

Does that work for you from the command line? I will add it to the documentation then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants