You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a pip install of tangos, it seems the web GUI cannot properly find the SVG files required to display the filtering (see image attached below)
This is what I get when installing tangos from source with pip install -e .
When doing pip install . or pip install tangos, the ^ and v and filter svg symbols do not display. When inspecting the HTML, these SVGs are actually pointing to URLs with a 404 error.
The text was updated successfully, but these errors were encountered:
When doing a pip install of tangos, it seems the web GUI cannot properly find the SVG files required to display the filtering (see image attached below)
This is what I get when installing tangos from source with
pip install -e .
When doing
pip install .
orpip install tangos
, the ^ and v and filter svg symbols do not display. When inspecting the HTML, these SVGs are actually pointing to URLs with a 404 error.The text was updated successfully, but these errors were encountered: