I always launch IPython Notebook using the SVG format for inline plots instead of PNG since SVG is vectorised: ``` > ipython notebook --InlineBackend.figure_format=svg ``` How can we accomplish this using Binder?