From ec632df150309c3c7ba861fdaae8bcdb0d75c8ed Mon Sep 17 00:00:00 2001 From: michaelpacer Date: Mon, 5 Sep 2016 14:37:02 -0700 Subject: [PATCH] Make jupyter dir location more specific --- .../examples/Notebook/JavaScript Notebook Extensions.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb b/docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb index a429fd3f1..336465951 100644 --- a/docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb +++ b/docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb @@ -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 }