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

Sankey weaver #62

Closed
alexcolloricchio opened this issue Sep 18, 2018 · 4 comments
Closed

Sankey weaver #62

alexcolloricchio opened this issue Sep 18, 2018 · 4 comments

Comments

@alexcolloricchio
Copy link

Hi,

I am a beginner Python user and I am experimenting with Floweaver for the first time so sorry if my question is badly posed or incomplete.

I am running Python 3.6 with all floweaver dependencies (pandas and numpy) updated in the working environment, however I cannot visualise the output on my local machine. Any idea what the issue might be?

Thank you

@ricklupton
Copy link
Owner

Hi, have you followed the Getting Started section of the README -- especially the bit about enabling ipywidgets and ipysankeywidget?

@alexcolloricchio
Copy link
Author

Hi Rick,

Yes I did, in fact I can visualise the Sankeys on my Jupyter notebooks but not on my python console. Is the software designed to visualise the diagrams only on Jupyter?

@anamarta
Copy link

anamarta commented Oct 5, 2018

I have the same problem. I followed the instructions for installation and the Quick tutorial but I cannot visualize the plots. How can I see them?

@ricklupton
Copy link
Owner

@alexcolloricchio @anamarta Yes, the examples all assume you're working in the Jupyter notebook. This is because the Sankey diagrams are actually rendered by the library d3-sankey-diagram via ipysankeywidget, which need to run in the browser.

It's possible to use floWeaver outside of Jupyter notebook, but this is less well documented at the moment. See #34.

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