Issue
I am using Jupyter Notebook inside VSCODE and was happy with it until I found out this issue.
The autocompletion seems not to be working well inside Notebooks compared to the regular Python script as shown on the screenshots below.
If someone already faced this problem any infos will be welcomed.
Solution
I guess you've not installed ipykernel
package. You can install it like that
pip install ipykernel
Answered By - Mohamed Sayed
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.