Make jupyter dir location more specific

pull/1742/head
michaelpacer 10 years ago
parent b00442d0f1
commit ec632df150

@ -101,7 +101,7 @@
"To inject Javascript we provide an entry point: `custom.js` that allows the user to execute and load other resources into the notebook.\n",
"Javascript code in `custom.js` will be executed when the notebook app starts and can then be used to customize almost anything in the UI and in the behavior of the notebook.\n",
"\n",
"`custom.js` can be found in the Jupyter dir. You can share your custom.js with others."
"`custom.js` can be found in the `~/.jupyter/custom/custom.js`. You can share your custom.js with others."
]
},
{
@ -580,6 +580,7 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
@ -596,8 +597,9 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 1
}

Loading…
Cancel
Save