Skip to content

Commit

Permalink
Merge pull request #1499 from shamil777/patch-1
Browse files Browse the repository at this point in the history
Extensions Not Loading for Large Notebooks
  • Loading branch information
juhasch authored Apr 5, 2021
2 parents 9df2f08 + 84f854a commit 7230f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for details.
To mitigate this issue, you can increase the timeout for requirejs by adding it in your custom.js:

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

0 comments on commit 7230f2a

Please sign in to comment.