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.

Autocomplete hangs the kernel for interactive window

See original GitHub issue

Version: 2020.1.58038 (13 January 2020)

I have a dataframe with shape of (810103, 26). If I type code and run a cell from the editor, everything is fine. But it will be extremely slow if I run code from the interactive window directly such as df.head(), df.columns. I can even make a screenshot without shortcut😂

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:46 (29 by maintainers)

github_iconTop GitHub Comments

5reactions
rchiodocommented, Mar 10, 2020

Some of the advice here seems to alleviate the problem: https://github.com/jupyter/notebook/issues/3224

I typed this in to the interactive window:

%config Completer.use_jedi = False

and now it responds immediately. At least with the csv you mentioned above.

2reactions
StevenLi-DScommented, Mar 10, 2020

Could you guys please take a look. This is so weird and really interrupt my workflow.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Working with Jupyter code cells in the Python Interactive window
Run code in the Python Interactive Window; View, inspect, and filter variables using the Variables Explorer and Data Viewer; Connect to a remote...
Read more >
How to ignore Python interactive window for linting in VSCode
I would like to disable linting for cells in the interactive window in Visual Studio Code. I don't see how it is beneficial,...
Read more >
How to enable Autocompletion in Jupyter Notebook application
This article demonstrates how to enable Python/Jupyter application coding autocompletion feature. The demo application uses content from ...
Read more >
3.6.5 Autocompletion, restarting the kernel, and other useful ...
If that happens, the first thing to try is to use the “Interrupt Kernel” button located to the right of the “Execute cell”...
Read more >
How to Get the Best Autocomplete in Jupyter Notebooks and ...
To enable code autocomplete in Jupyter Notebook or JupyterLab, you just need to hit the Tab key while writing code. Jupyter will suggest...
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