I am using import_ipynb
module in VS Code to use variables defined in another Jupyter notebook. However, when using the names of these files to import them, they become underlined with yellow color and with error messages: "Import "filename" could not be resolved". Everything seems to work fine, except for these underlines. Here is an example of how it goes:
import import_ipynb
import VsS_30
"VsS_30" is underlined with yellow.
Is there any way to solve this minor issue?
I have no clue on what to try in this matter, I don't have deep knowledge of visual studio code mechanics.