March 2021 first commit
June 2021 production version
Aug 2022 add new libraries (tendl.2021 and jendl5.0:)
This is a Dash/Plotly based web application for the dissemination and visualize of TALYS-Related Software and Databases. The application is available at dataexplorer.
-
Download the repository by following command from the terminal:
git clone https://github.com/shinokumura/dataexplorer.git
-
Create virtual environment either using virtualenv or conda.
-
Install the dependencies using following command:
pip install -r requirements.txt
-
Download all datafiles of EXFORtables and ENDFtables and untar them.
-
Change path to the datafiles and
DEVENV = True
inconfig.py
. -
Run
python app.py