Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabnine makes jupyter-lab sometimes laggy or even unresponsive! #26

Open
pligor opened this issue Jan 29, 2022 · 0 comments
Open

Tabnine makes jupyter-lab sometimes laggy or even unresponsive! #26

pligor opened this issue Jan 29, 2022 · 0 comments

Comments

@pligor
Copy link

pligor commented Jan 29, 2022

IDE:
jupyterlab
Plugin Version:
0.0.24
Engine Version:
4.0.60-47

As the titles suggest if you use Tabnine with Jupyter lab (all libraries are on latest version) then you might wait several seconds for computations that would take fraction of a second.
We cannot evaluate Tabnine since currently this bug makes it almost unusable

Depedencies added in jupyter notebook:

%load_ext autoreload
%autoreload 2
import numpy as np
import pandas as pd
from matplotlib import pyplot as plt
%matplotlib inline
import seaborn as sns
sns.set()
from csv import QUOTE_ALL
from matplotlib import rcParams
rcParams['figure.figsize'] = (17, 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant