Giter VIP home page Giter VIP logo

Comments (6)

maartenbreddels avatar maartenbreddels commented on May 1, 2024

Hi,

does ds.plot_widget('x', 'y') work, after that try, ds.plot_widget('x', 'y', 'z', backend='ipyvolume'). I should fix plot3d, but meanwhile this should work.
What went wrong with conda btw, did it had sth to do with vaex?

cheers,

Maarten

from vaex.

FavioVazquez avatar FavioVazquez commented on May 1, 2024

Same problem here! Installed via Conda. Trying to use plot_bq

from vaex.

maartenbreddels avatar maartenbreddels commented on May 1, 2024

Hi,

thanks for the report, I need to make plot_bq also backwards compatible, for now use ds.plot_widget('x', 'y').

Regards,

Maarten

from vaex.

rancdg avatar rancdg commented on May 1, 2024

Hi,
Thanks for creating and sharing this awesome framework!
experiencing the same error with plot_bq, on both python 2.7 and 3.6 environments, built specifically for this (on a machine running ubuntu)
when trying to work with plot_widget i get-
"No module named 'vaex.jupyter'" on the 3.6 env
"No module named jupyter.plot" on the 2.7 env
both stemming from "import vaex.jupyter.plot" on dataframe.py

from vaex.

mfouesneau avatar mfouesneau commented on May 1, 2024
ds.plot_widget('x', 'y', 'z', backend='ipyvolume')

Traceback (most recent call last):

  File "/usr/local/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3417, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-146-b71ac5f47cfb>", line 1, in <module>
    sds.plot_widget('x', 'y', 'z', what='mean(A0_p50)', backend='ipyvolume')

  File "/usr/local/lib/python3.8/site-packages/vaex/utils.py", line 57, in wraps2
    return f(*args, **kwargs)

  File "/usr/local/lib/python3.8/site-packages/vaex/dataframe.py", line 1698, in plot_widget
    return self.widget.heatmap(x, y, limits=limits, transform=f, **kwargs)

  File "/usr/local/lib/python3.8/site-packages/vaex/jupyter/__init__.py", line 110, in heatmap
    x, y = self._axes([x, y], limits)

  File "/usr/local/lib/python3.8/site-packages/vaex/jupyter/__init__.py", line 73, in _axes
    limits = self.df.limits(expressions, limits)

  File "/usr/local/lib/python3.8/site-packages/vaex/dataframe.py", line 1595, in limits
    number = ast.literal_eval(number)

  File "/usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 59, in literal_eval
    node_or_string = parse(node_or_string, mode='eval')

  File "/usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 47, in parse
    return compile(source, filename, mode, flags,

  File "<unknown>", line unknown
    
    ^
SyntaxError: unexpected EOF while parsing

from vaex.

mfouesneau avatar mfouesneau commented on May 1, 2024

Any news on this? vaexgui is unusable and beyond repair.

from vaex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.