Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on page /tutorial_jupyter.html #2429

Open
vvelan opened this issue Aug 20, 2024 · 0 comments
Open

Issue on page /tutorial_jupyter.html #2429

vvelan opened this issue Aug 20, 2024 · 0 comments

Comments

@vvelan
Copy link

vvelan commented Aug 20, 2024

I've tried to run this tutorial on interactive Jupyter integration, but I keep running into an exception on several cells: "Exception: Expected a 1d array". https://vaex.readthedocs.io/en/latest/tutorial_jupyter.html

The first cell this appears is the cell under the "Interactive plots" header, shown below.

Exception1

In the cell immediately following that cell, where we are supposed to select df.id < 10, I see a full traceback, as shown below. This traceback is printed 4 times.

Exception2

A third example is in the section on making interactive plots using bqplot, further down the notebook. I'm able to make the interactive plot, and zoom/pan, but when I make a rectangular selection, the "Exception: Expected a 1d array" appears in the plot.

Exception3

I am using Python 3.10.13. The output of vaex.version.get_versions() is shown below:

 'vaex-core': '4.17.1',
 'vaex-viz': '0.5.4',
 'vaex-hdf5': '0.14.1',
 'vaex-server': '0.9.0',
 'vaex-astro': '0.9.3',
 'vaex-jupyter': '0.8.2',
 'vaex-ml': '0.18.3'}```

Any help would be appreciated!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant