Lack of quick info and parameter info when working with Jupyter
See original GitHub issueBug: Notebook Editor, Interactive Window, Editor cells
Hello, I have Jupyter Server running in Docker container on my machine. When I working with ipynb files, IntelliSense only shows members list and no parameter info and quick info
Steps to cause the bug to occur
-
Run docker container:
docker run -p 8888:8888 jupyter/scipy-notebook
-
Configure Jupyter Server URI:
http://127.0.0.1:8888/?token=some-token
-
Open a .ipynb file
-
import numpy
-
Try to see parameters info or method documentation on any member of numpy
Actual behavior
No way to see method signatures or documentation:
Expected behavior
Expect to see parameter info and quick method description:
Your Jupyter and/or Python environment
Please provide as much info as you readily know
- Jupyter server running: Remote
- Extension version: 2020.4.76186
- VS Code version: 1.45.0
- Setting python.jediEnabled: true
- Python and/or Anaconda version: 3.7.6
- OS: Mac:
- Virtual environment: docker
Developer Tools Console Output
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Quick info and parameter info not available in intellisense ...
Intellisense works perfectly on a normal python script and you can easily see or hide the quick info by using the shortcut ...
Read more >Jupyter Best Practices That Will Save You A Lot of Headaches
These simples techniques can save your project a lot of time from revisions and data loss. Having been working with Jupyter almost daily...
Read more >16 Reasons to Use VS Code for Developing Jupyter Notebooks
One of the biggest complaints about notebook files is that there is a lot of extra meta-data and output information that makes it...
Read more >Tutorial: Advanced Jupyter Notebooks - Dataquest
This free Jupyter Notebooks tutorial has will help you get the best out ... Application.log_level="INFO" , as this determines what Jupyter ...
Read more >Could not make join work in toolbox but works in Jupyter ...
It works in Jupyter notebook however it does not work in toolbox and I ... This method is called whenever a parameter has...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please reopen if this is not resolved in the May release (2020.5.78807)
Sure thing.