Every time I try to open the “C2_W1_Lab_1_SQL” jupyter notebook I get the following error message:
“Error loading webview: Error: Could not register service workers: SecurityError: Failed to register a ServiceWorker: The provided scriptURL violates the Content Security Policy..”
I have already tried the following solutions as described in other posts about the same issue.
- Getting a clean notebook by renaming the file and selecting “Get latest version” on the question mark sign on the upper right corner of the lab.
- Clearing cache and/or opening the lab in an incognito tab
- Using another browser. Tried both Edge and Chrome using normal and incognito modes and disabling any browser plugins.
I even tried exporting the file as python script and then use this to create a new jupyter notebok but this notebook also failed to load.
I will appreciate your help.