Skip to content

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

Open
@pligor

Description

@pligor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions