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
Sessionclass which stores and manages the app state. TheSessioncan be connected to the frontend either using pyodide (it runs directly on the browser) or through sockets (implemented withflaskandflask-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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sisl-gui-0.4.1.tar.gz.
File metadata
- Download URL: sisl-gui-0.4.1.tar.gz
- Upload date:
- Size: 6.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41d34a5515400cb2541f40c8bc92c76d82a2bfca94b5b3fa443482e2f1fb40a8
|
|
| MD5 |
41bea1215c897ce142b33f81370092d7
|
|
| BLAKE2b-256 |
184d4b91e1cf65ca6e6a03e0eeed44a9c92089f2da67ed80b9f00b60121acd8c
|
File details
Details for the file sisl_gui-0.4.1-py3-none-any.whl.
File metadata
- Download URL: sisl_gui-0.4.1-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7998a7cccb6308fcabecf903843ca46535794db28fc92c039f9e8072a25bc099
|
|
| MD5 |
8825b4fdd69095c66cf0602b70170478
|
|
| BLAKE2b-256 |
7b30c8194d94e179350aa448803a3c8c79576d816498cf242beacba8f1302608
|