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 calling the hp.plotter() in Jupyter Notebook gives a UserWarning:
.../site-packages/heartpy/visualizeutils.py:119: UserWarning: Matplotlib is currently using module://matplotlib_inline.backend_inline, which is a non-GUI backend, so cannot show the figure.
fig.show()
The results output is fine.
Suggestion
The code could be reviewed and tested in Notebook environment to get rid off this warning.
The text was updated successfully, but these errors were encountered:
Issue
When calling the hp.plotter() in Jupyter Notebook gives a UserWarning:
The results output is fine.
Suggestion
The code could be reviewed and tested in Notebook environment to get rid off this warning.
The text was updated successfully, but these errors were encountered: