Fix formatting on ipynb note

This commit is contained in:
Carol Willing 2015-09-16 15:40:27 -07:00
parent 64ae031488
commit 88554a003e

View File

@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Note: The most current documentation on these topics may be found at the Jupyter notebook documentation on Read the Docs https://jupyter-notebook.readthedocs.org/en/latest/public_server.html.**"
"**Note:** The most current documentation on these topics may be found in the [Jupyter notebook documentation on Read the Docs](https://jupyter-notebook.readthedocs.org/en/latest/public_server.html)."
]
},
{
@ -240,21 +240,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 2",
"language": "python",
"name": "python3"
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.0"
"pygments_lexer": "ipython2",
"version": "2.7.10"
}
},
"nbformat": 4,