We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b767c69 commit 84f854aCopy full SHA for 84f854a
docs/source/troubleshooting.md
@@ -15,7 +15,7 @@ for details.
15
To mitigate this issue, you can increase the timeout for requirejs by adding it in your custom.js:
16
17
// default is 30s, increase to 1 minute
18
- window.requirejs.config({waitseconds: 60});
+ window.requirejs.config({waitSeconds: 60});
19
20
You can find details of where to find/create a custom.js file at the notebook documentation
21
about [custom.js](http://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/JavaScript%20Notebook%20Extensions.html#custom.js).
0 commit comments