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

Running basic example, no plot, no class #167

Closed
0x3W opened this issue Apr 18, 2018 · 6 comments
Closed

Running basic example, no plot, no class #167

0x3W opened this issue Apr 18, 2018 · 6 comments

Comments

@0x3W
Copy link

0x3W commented Apr 18, 2018

Library is awesome, well done Mr. Rocklin. But I have issue running basic example:

ImportError: cannot import name 'StreamingDataFrame'

So I'd just like to run a streaming data frame and plot it, as shown in examples. Any idea what I am doing wrong?

@martindurant
Copy link
Member

Plotting is being pulled out of streamz and into holoplot which will provide the same interface across many different data sources. You can either call its 'path' function to have it attached to a stream's plot() method as before, or call it directly. For examples, see https://github.com/pyviz/holoplot/blob/master/examples/user_guide/Streaming_Plots.ipynb

Clearly we should update the doc/examples on our.

@0x3W
Copy link
Author

0x3W commented Apr 20, 2018

@martindurant thank You for explaining. I'd like to skip installing conda for running an example because I always have some issues with pip and conda and python. And seems its not possible to install holoplot without it. Notebook looks good and hopefully with time HoloPlot becomes possible to install without conda and docs update. And I run example :) Nontheless, looks amazing and promising!

@mrocklin
Copy link
Collaborator

mrocklin commented Apr 20, 2018 via email

@0x3W
Copy link
Author

0x3W commented Apr 20, 2018

Thanks for quick reply @mrocklin . Maybe its just my lack of skills but I've followed this guide from their github, and it specifies environment in .yml and I am not sure how to adjust installation without conda command to install dependencies, and without it, it doesnt install.

Also it clearly says

 1. Install Python 3 miniconda or anaconda, if you don't already have it on your system.

Maybe there is some better guide on installing it?

ps. Conda is good, its just maybe my experience was not the best, also I used it years ago. I might try it for this.

@mrocklin
Copy link
Collaborator

mrocklin commented Apr 20, 2018 via email

@0x3W
Copy link
Author

0x3W commented Apr 27, 2018

Thank You @mrocklin @martindurant

I finally managed to run it, though installed the packaged manually.

@0x3W 0x3W closed this as completed May 15, 2018
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

3 participants