Skip to content

Instantly share code, notes, and snippets.

@fdeheeger
Created July 17, 2013 15:20
Show Gist options
  • Save fdeheeger/6021564 to your computer and use it in GitHub Desktop.
Save fdeheeger/6021564 to your computer and use it in GitHub Desktop.
ipynb highlighting code issue
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Highlighting problem ?"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"def foo(x):\n",
" return 'bar'"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 1
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment