INENDI Inspector is a free and open source data visualization application for Linux and Windows. Using INENDI Inspector, you can explore very large amount of data easily. Not only query-based interactions, you can also use all logical and deductive power to discover valuable insights. Some other applications are improve machine learning algorithms, complex datasets study and isolation of weak signals and more. It is released under MIT License.
Download INENDI Inspector [Windows]
How to Install INENDI Inspector on Ubuntu Linux
You can install INENDI Inspector via flatpak from flathub remote repository. For that you need to install flatpak and flathub on your system first. Restart your Linux system after the installation. Now in the terminal software (ctrl+alt+t) run below INENDI Inspector flatpak installation command.
flatpak install flathub com.gitlab.inendi.Inspector
The above command will install the latest version of INENDI Inspector on your linux system. After the installation open the app using below command.
flatpak run com.gitlab.inendi.Inspector
You can also uninstall INENDI Inspector using
sudo flatpak uninstall com.gitlab.inendi.Inspector
That’s all