Log of Kamioka Activity during 2020/08/17 ~ 27

Participants

Perpose

Log (trial to use `eel`)

1. Installation of eel

note that:

* We installed several tools to run simulations using Finesse.

* We initially considered using eel, but found it difficult to create gui using eel and finesse at the same time, so we decided to use pysimplegui instead of eel.

* This eliminates the need to install eel (and chromium).

* PySimpleGUI is a module for python that creates gui.

eel is a Python module used to create a GUI.

I didn't found any instructions on how to install eel without using pip.

Therefore, we use pip to install eel in conda's virtual environment.

Activate the conda virtual environment.

% conda activate XXXXX

And type the following command

% pip install eel

To use eel, you need to install a specific browser like "chromium".

You can install chromium by typing the following command.

% sudo apt install -y chromium

2. Learning HTML and javascript

3. Learning Python

4. Creating a simple GUI with python and HTML.

Log (trial to use `PySimpleGUI`)

command line memo

Useful page