codota / tabnine-jupyterlab

JupyterLab client for Tabnine. https://pypi.org/project/jupyterlab-tabnine/
https://www.tabnine.com/install/jupyterlab
36 stars 8 forks source link

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

Open pligor opened 2 years ago

pligor commented 2 years ago

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)