You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/nbformat/tests/test4custom.ipynb

53 lines
883 B

{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"application/vnd.raw.v1+json": {
"apples": [
"🍎",
"🍏"
],
"bananas": 2,
"oranges": "apples"
}
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import IPython\n",
"\n",
"bundle = {}\n",
"bundle['application/vnd.raw.v1+json'] = {\n",
" 'apples': ['🍎', '🍏'],\n",
" 'bananas': 2,\n",
" 'oranges': 'apples'\n",
"}\n",
"\n",
"IPython.display.display(bundle, raw=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
},
"nbformat": 4,
"nbformat_minor": 2
}