master
/ .localenv / lib / python3.5 / site-packages / nbformat / tests / test4custom.ipynb

test4custom.ipynb @masterview markup · raw · history · blame

Notebook
In [2]:
import IPython

bundle = {}
bundle['application/vnd.raw.v1+json'] = {
    'apples': ['🍎', '🍏'],
    'bananas': 2,
    'oranges': 'apples'
}

IPython.display.display(bundle, raw=True)
In [ ]: