Forum Discussion
Anonymous
2 years agoNot applicable
VS Code notebook failure - Spark
I want to integrate VS code with my Fabric workspace and I have been able to successfully do it. I have followed all the pre-requisites mentioned in this link - https://learn.microsoft.com/en-us/fabr...
- Anonymous2 years ago
The solution that worked for me is - Re-installing VS Code by clearing the cache files as well during uninstallation.
Anonymous
2 years agoNot applicable
Hi Anonymous
Thanks for using Fabric Community.
Please follow these steps:
1) Right click the ipython notebook
Reveal in File Explorer
2) Open the python log file: ../../../logs/${NOTEBOOK_ARTIFACT_ID}/PySparkLighter.log and check the session failure reason
Please attach the screenshot of the error here to understand what is happening.
You can also try stopping the spark session in the Notebook and try running in VS code.
Thanks
- Anonymous2 years agoNot applicable
Hi Anonymous,
Here is the screenshot of the logs that i can see.Also how do I stop the Spark session in notebook and run in VS code?
Thanks.