Skip to content

Commit 84f854a

Browse files
authored
Extensions Not Loading for Large Notebooks
'waitseconds' is changed to 'waitSeconds' following this official usage example: https://requirejs.org/docs/api.html#config Regarding this is based on the issue [ipython-contrib#1195](ipython-contrib#1195). by the following [comment](ipython-contrib#1195 (comment))
1 parent b767c69 commit 84f854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for details.
1515
To mitigate this issue, you can increase the timeout for requirejs by adding it in your custom.js:
1616

1717
// default is 30s, increase to 1 minute
18-
window.requirejs.config({waitseconds: 60});
18+
window.requirejs.config({waitSeconds: 60});
1919
2020
You can find details of where to find/create a custom.js file at the notebook documentation
2121
about [custom.js](http://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/JavaScript%20Notebook%20Extensions.html#custom.js).

0 commit comments

Comments
 (0)