Set up the ipython inline backend display format and ensure that inline figures always look the same as saved figures. This runs the following ipython magic commands:
%config InlineBackend.figure_formats = rc['inlineformat'] %config InlineBackend.rc = {} # never override rc settings %config InlineBackend.close_figures = True # cells start with no active figures %config InlineBackend.print_figure_kwargs = {'bbox_inches': None}
When the inline backend is inactive or unavailable, this has no effect. This function is called when you modify the rc.inlineformat
property.
fmt (str
or sequence, default: rc.inlineformat
= 'retina'
) – The inline backend file format or a list thereof. Valid formats include 'jpg'
, 'png'
, 'svg'
, 'pdf'
, and 'retina'
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4