Autocomplete hangs the kernel for interactive window
See original GitHub issueVersion: 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😂
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:46 (29 by maintainers)
Top 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 >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
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:
and now it responds immediately. At least with the csv you mentioned above.
Could you guys please take a look. This is so weird and really interrupt my workflow.