Thomas Robitaille
Thomas Robitaille
Looks good, can you add a changelog entry? (in the 1.6.0 section - you might need to rebase)
@Carifio24 - could you rebase this?
Removing title seems sensible, not sure why it was there in the first place - could you do a PR @dhomeier?
And to add to what @specmicp said, could you try starting glue by first starting ``ipython`` then typing: ```python from glue import qglue qglue() ``` ?
``pip install glue-core[qt]`` does include PyQt5 - though maybe we should make it so that ``pip install glueviz[qt]`` works too? (see the extra-requires in glue-core: https://github.com/glue-viz/glue/blob/main/setup.cfg#L93)
I'm tagging this as effort-low since anyone can work on it for just a few files.
Short-term, the easiest is probably to list it as another link type in the existing list, so maybe e.g. 'join' or something similar instead of 'identity', as it is similar...
Yeah, it might actually make sense to modify the instructions to just start with an empty environment and pip install the dev version in there.
@Mixpap - what kind of 3D data are you using, and how large is it?
@Mixpap - sorry for the delay, if you are still running into the segmentation fault, could you try starting up glue using: ``` python -X faulthandler -m glue.main ``` as...