Make it clear in the tutorials that they assume that you're using a notebook #182
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Helping hands are appreciated
The tutorials all assume that the user is running Jupyter with the many
fig.show()
calls. There should be a warning in the beginning of each tutorial stating that this works on notebooks and giving options for the terminal prompt (fig.show(external=True)
) and in scriptsfig.savefig('figname.pdf', show=True)
.The text was updated successfully, but these errors were encountered: