# Python Outputs ## Supported Outputs Use `save_artifact(x, "name")` with the following data types: - Pandas DataFrame - Pandas Series - Dict (as Json) - String (as Markdown) - Matplotlib Figure (as png) - PIL Image (as png) - Plotly Figure Plotly (Plotly Json) - GeoDataFrame (as GeoJson) - GeoJSON FeatureCollection (as GeoJson) ## Visualization Types - Matplotlib (seaborn) - Plotly w/ Interactivity (Our default charts use Plotly also) ## EXAMPLES ![Python Output Example 1](./images/user/024_Python_Outputs_1.png) ![Python Output Example 2](./images/user/024_Python_Outputs_2.png)