Issue
I have a bunch of seaborn plots in my python notebook. When I check them into GitLab, they don't appear in the GitLab UI. It just shows <matplotlib.axes._subplots.AxesSubplot at 0x7f28a20abb00>
.
I use %matplotlib inline
. Is there anything more I need to do?
Interestingly, if I have a single plot it appears.
Solution
This is a bug in the GitLab interface, as reported here and here. It will be resolved once this merge request is approved, merged, and released in an upcoming version of GitLab.com.
Answered By - joelostblom
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.