Hi, I am using kedro with jupyter notebooks in vs-...
# questions
s
Hi, I am using kedro with jupyter notebooks in vs-code. I load the kedro.ipython extension and it works fine. But for the catalog or session variables I get the "catalog" is not defined error from Pylance. How can I prevent Pylance from giving me this warning?
d
so it looks like VS Code fixes this on an ad hoc basis https://github.com/microsoft/pylance-release/discussions/2713 I’m not sure how best to manage this
if you do catalog = catalog is it usable after that?