Skip to content

Commit

Permalink
DOC: Fix link for Firefox Web Console
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 3, 2022
1 parent 9c82433 commit 80d9b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/code-cells.ipynb
Expand Up @@ -755,7 +755,7 @@
"\n",
"> To figure out how to open the web browser console, you may look at the web browser documentation: \n",
"> Chrome: https://developer.chrome.com/docs/devtools/open/#console \n",
"> Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console#opening_the_web_console\n",
"> Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console#opening-the-web-console\n",
"\n",
"The error is most probably linked to the JavaScript files not being loaded or loaded in the wrong order within the HTML file. To analyze the error, you can inspect the HTML file within the web browser (e.g.: right-click on the page and select *View Page Source*) and look at the `<head>` section of the page. That section should contain\n",
"some JavaScript libraries. Those relevant for widgets are:\n",
Expand Down

0 comments on commit 80d9b26

Please sign in to comment.