question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lack of quick info and parameter info when working with Jupyter

See original GitHub issue

Bug: 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

  1. Run docker container: docker run -p 8888:8888 jupyter/scipy-notebook

  2. Configure Jupyter Server URI: http://127.0.0.1:8888/?token=some-token

  3. Open a .ipynb file

  4. import numpy

  5. Try to see parameters info or method documentation on any member of numpy

Actual behavior

No way to see method signatures or documentation: Screen Shot 2020-05-10 at 12 14 09

Expected behavior

Expect to see parameter info and quick method description: Screen Shot 2020-05-10 at 12 16 35

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

https://pastebin.com/ahpdzSrA

Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
greazercommented, May 14, 2020

Please reopen if this is not resolved in the May release (2020.5.78807)

0reactions
DavidKutucommented, May 12, 2020

Sure thing.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found