#!/usr/bin/env python # coding: utf-8 --- title: "Test chunk options in Rmd/Jupyter conversion" author: "Marc Wouts" date: "June 16, 2018" --- # # Custom Formats # In[1]: import pandas as pd x = pd.Series({'A':1, 'B':3, 'C':2}) # In[2]: x.plot(kind='bar', title='Sample plot')