Python script to create a web app with Dash to visualize molecular data and molecular geometries from the paper:
- Python 3.6 or newer
Use pip to install requirements:
pip install -r requirements.txt
The app is executed as:
python mol_view.py
docker build -t mol_dat_exp .
sudo docker run -p 80:80 mol_dat_exp
The app will be then deployed on: http://127.0.0.1:80/