Graphical interface for the sisl visualization module
Project description
This is the graphical interface that you can use to interact with sisl's visualization module.
It consists of two parts:
- Back-end: The backend is implemented in python. The most important part is the
Session
class which stores and manages the app state. TheSession
can be connected to the frontend either using pyodide (it runs directly on the browser) or through sockets (implemented withflask
andflask-socketio
). - Front-end: A javascript/typescript UI, which is developed using React. The build is shipped with the python package and also available at https://pfebrer.github.io/sisl-gui/.
User guide
Installation
It is extremely simple to install sisl-gui
with pip
:
pip install sisl-gui
Usage
From the browser
This is the simplest way, since it doesn't have any requirements. You don't even need to install it as mentioned in the previous section, just go to https://pfebrer.github.io/sisl-gui/.
From a terminal
You can use the sisl-gui
command.
From python
import sisl_gui
app = sisl_gui.launch()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sisl-gui-0.3.1.tar.gz
(5.6 MB
view hashes)