Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.07 KB

notes.md

File metadata and controls

39 lines (24 loc) · 1.07 KB

Should follow this template w Vprašanja in odgovori

Vprašanje X-Y-N

Besedilo

Odgovor

Odgovor X-Y-N

Kazalo

Uporabne povezave

Jupyter in binder

%config InlineBackend.figure_formats = ['jpeg'] get_ipython().display_formatter.formatters.pop('text/plain', None)

%config InlineBackend.figure_formats = ['jpeg'] import matplotlib matplotlib.figure.Figure.repr = lambda self: ( f"<{self.class.name} size {self.bbox.size[0]:g}" f"x{self.bbox.size[1]:g} with {len(self.axes)} Axes>")