. Advertisement .
..3..
. Advertisement .
..4..
I get the following error “Error loading preloads: Could not find renderer” when trying to run jupyter in VS Code.
Here is the detail of the error I got
Error loading preloads:
Could not find renderer
How to solve this problem, please suggest a helpful solution.
To fix the error, you need to reinstall the Jupyter extension
1) Install/reinstall Jupyter Notebook Renderers Extension
2) Reload Window
To deal with the error: loading preloads: Could not find renderer, try to run the following command
Other option is
Just try to uninstall Jupyter extension completely by deleting its packages in the folder
\...\.vscode\extensions\ms-toolsai.jupyter
=> reinstall the latest version.
In your case, you can follow my suggestion here and I make sure you solve it completely
Jupyter notebook
extension installed.ctrl+shift+P
andReload window
;