Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels