Skip to content

Instantly share code, notes, and snippets.

@jcb91
Last active February 11, 2017 00:09
Show Gist options
  • Select an option

  • Save jcb91/d278f67ff334870402647ecfe11b0ddb to your computer and use it in GitHub Desktop.

Select an option

Save jcb91/d278f67ff334870402647ecfe11b0ddb to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"application/javascript": [
"\n",
"$('.cell').css('background-color', 'red')"
],
"text/plain": [
"<IPython.core.display.Javascript object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%%javascript\n",
"\n",
"$('.cell').css('background-color', 'red')"
]
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [conda env:jup]",
"language": "python",
"name": "conda-env-jup-py"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment