Python code works on JupyterNotebook (local) but not on Visual Studio Code (ssh)
So, I have a piece of code written in Python which works perfectly fine on my local Jupyter Notebook, BUT when I run the same piece of code on Visual Studio Code it doesn't work. This is the code: for…