lux icon indicating copy to clipboard operation
lux copied to clipboard

Scrolling Right and Left

Open AlohaPropolis opened this issue 2 years ago • 8 comments

I cannot scroll right and left on the Lux display. How is this feature enabled?

AlohaPropolis avatar Jan 31 '22 17:01 AlohaPropolis

Hi @AlohaPropolis, Thanks for reporting this issue! This was an old problem that we fixed in a recent version of Lux. If you are still experiencing this issue, can you send us a screenshot of what you are seeing on the UI? It would also be useful to know if you are operating on Jupyter Lab or Jupyter Notebook.

dorisjlee avatar Feb 01 '22 01:02 dorisjlee

Hello, thanks for the great tool. I also have the same problem. I cannot scroll from left to right. I use Jupyter Lab.

oneryigit avatar Mar 01 '22 22:03 oneryigit

Hi @oneryigit, Thanks for filing this issue. Could you take a screenshot of what you're seeing? It would also be good to check what version of lux you are using. We highly encourage upgrading to the newest release of lux by running pip install --upgrade lux-api in your terminal. Let us know if that fixes things!

dorisjlee avatar Mar 02 '22 00:03 dorisjlee

Screen Shot 2022-03-02 at 2 11 35 PM

As you can see horizontal scroll does not show. Some parts of the plots are not visible.

oneryigit avatar Mar 02 '22 19:03 oneryigit

Hi @oneryigit what browser are you accessing Lux on? You also may want to use lux.debug_info() to see if any extensions have not been enabled. For this, you need to upgrade to the newest release of lux by running pip install --upgrade lux-api in your terminal and then in your Jupyter notebook:

import lux
lux.debug_info()

This should return a message regarding any installation issues with luxwidget. You can reference the documentation here for information about the messages returned.

labanyamukhopadhyay avatar Mar 12 '22 03:03 labanyamukhopadhyay

I have the same problem in VSCode.

Package Versions

           Version
    python  3.9.7 
       lux  0.5.1 
    pandas  1.4.2 
 luxwidget 0.1.11 
matplotlib  3.4.3 
    altair  4.2.0 
   IPython 7.29.0 
 ipykernel  6.4.1 
ipywidgets  7.6.5 

jupyter_client 6.1.12 jupyter_core 4.8.1 jupyter_server 1.4.1 jupyterlab 3.2.1 nbclient 0.5.3 nbconvert 6.1.0 nbformat 5.1.3 notebook 6.4.5 qtconsole 5.1.1 traitlets 5.1.0

Widget Setup

✅ Jupyter Notebook Running ✅ luxwidget is enabled

lzmax888 avatar Jun 10 '22 00:06 lzmax888

I have this issue in Chrome and Firefox. I work with data frames with many columns.

rljacobson avatar Aug 30 '22 01:08 rljacobson

Found the solution!

That scrolling must be enabled using the MAC’s settings preferences.

Hope this help John

On Jan 31, 2022, at 3:45 PM, Doris Lee @.***> wrote:

 Hi @AlohaPropolis, Thanks for reporting this issue! This was an old problem that we fixed in a recent version of Lux. If you are still experiencing this issue, can you send us a screenshot of what you are seeing on the UI? It would also be useful to know if you are operating on Jupyter Lab or Jupyter Notebook.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

AlohaPropolis avatar Oct 11 '22 07:10 AlohaPropolis