set_use_cdn
set_use_cdn(value)Set the process-wide default for use_cdn.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| value | bool or {'auto'} | The new default used by :func:render, :func:show, and :func:save_html when they are called without an explicit use_cdn= keyword argument. Also picked up by the matplotlib backend when the user calls plt.show(). |
required |