You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first cell this appears is the cell under the "Interactive plots" header, shown below.
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.
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.
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!
The text was updated successfully, but these errors were encountered:
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.
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.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.
I am using Python 3.10.13. The output of
vaex.version.get_versions()
is shown below:The text was updated successfully, but these errors were encountered: