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

How do you get the new visualiser? #1658

Closed
skylogic004 opened this issue Apr 19, 2016 · 2 comments
Closed

How do you get the new visualiser? #1658

skylogic004 opened this issue Apr 19, 2016 · 2 comments

Comments

@skylogic004
Copy link
Contributor

The docs show a nice screenshot: https://raw.githubusercontent.com/spotify/luigi/master/doc/visualiser_front_page.png

But how do you enable it? My dashboard is still the boring white one. I'm using Luigi version 2.1.1.
image

Thanks

@Tarrasch
Copy link
Contributor

Someone said "The theme can be set with the visualizer_theme option as either d3, svg or lte." (#1086 (comment)) but I don't know where to set it. Is it in config.cfg? What section should it be under?

That's old information. Does not exist anymore.

Some places use "visualizer" and some places use "visualiser" which makes things confusing.

D'oh, do you mind sending a PR consolidating the docs? :)


To be honest. I think you're simply running old code somewhere. Make sure there's no PYTHONPATH, virtualenv, etc. etc., also remember that server and client run independently.

@skylogic004
Copy link
Contributor Author

Yes, it looks like there was indeed old code. I had used pip to update an old version to the new version. I guess it didn't update everything. For instance, the following seemed to be old:
/usr/local/bin/luigi
/usr/local/bin/luigid

So, I uninstalled (pip uninstall luigi), removed the luigi* scripts in /usr/local/bin, cloned from the luigi git repo, and ran python setup.py develop. Now it works great and has the new visualiser.

Thanks for your help.

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

2 participants