-
Notifications
You must be signed in to change notification settings - Fork 0
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
ragavi integration #29
Comments
I think this issue, as originally conceived, has been made largely irrelevant by the combination of HTML output in ragavi, plus HTML thumbnail rendering in radiopadre. There is one lingering problem that deserves a look: #92 (comment) Another way to address this @Mulan-94, maybe ragavi could be asked to generate a static preview.png file alongside the HTML plot? Radiopadre could then be tweaked to say hey, if I see |
@o-smirnov , what do you think of this solution? |
Which solution exactly? There's a lot of stuff on that page... You're currently generating a standalone HTML document as per the first subsection, correct? |
Yes sorry, I mean generating HTML components that can be embedded in other HTML documents. |
Ah, that's way more integrated than I was thinking. I like the standalone HTML fine for now, it's nice and standard and compatible with everything. I was just wondering if you can't export to PNG at the same time? |
It can be done with some additional set up ... I'll check how best this can be achieved smoothly |
Need to integrate ragavi into padre properly, in terms of:
adding to requirements.txt
sorting out nodejs virtualenv issues. Nodejs is needed by JS9 anyway, so it ought to be installed for both consistently.
sorting out image export from ragavi. Currently it's asking for selenium, then once that's pip installed, I get a
RuntimeError: PhantomJS is not present in PATH.
The text was updated successfully, but these errors were encountered: