Skip to content

Commit

Permalink
DOC: fix chrome.com link
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 12, 2022
1 parent 6950fff commit d11de71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/code-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
"To obtain more information if widgets are not displayed as expected, you will need to look at the error message in the web browser console.\n",
"\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",
"> Chrome: https://developer.chrome.com/docs/devtools/open/#shortcuts \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",
Expand Down

0 comments on commit d11de71

Please sign in to comment.