Add full artifacts support

This commit is contained in:
allegroai
2019-09-13 17:09:24 +03:00
parent 27ca36687a
commit d7bdc746b8
10 changed files with 397 additions and 72 deletions

View File

@@ -109,7 +109,7 @@ class PatchedMatplotlib:
# update api version
from ..backend_api import Session
PatchedMatplotlib._support_image_plot = Session.api_version > '2.1'
PatchedMatplotlib._support_image_plot = Session.check_min_api_version('2.2')
# create plotly renderer
try: