When I tab-complete a command, as in the picture below, jupyterlab repeats the thing I am assigning the variable to.
Here is the image before tab-complete:
and here is what happens. Notice that I end up with x = x = np.arange
Has anyone noticed this behavior before and know how to fix it? Here is my jupyter-related version information:
$ jupyter --version
Selected Jupyter core packages...
IPython : 8.8.0
ipykernel : 6.19.4
ipywidgets : 8.0.4
jupyter_client : 7.4.8
jupyter_core : 5.1.2
jupyter_server : 2.0.6
jupyterlab : 3.5.2
nbclient : 0.7.2
nbconvert : 7.2.7
nbformat : 5.7.1
notebook : 6.5.2
qtconsole : not installed
traitlets : 5.8.0
I also just noticed that it seems to only occur after I run import hvplot.pandas
, so maybe there is a bug in that package? I have version 0.8.2 of hvplot.