When I import a function into a vscode notebook, instead of getting a docstring I just get this:
![enter image description here]()
When I hover over the same function in the simple file text editor I get this:
![enter image description here]()
How can I get the same detail showing in the jupyter notebook as I do in the base editor?