You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
# ChemDash
6
6
## Proof of concept small molecule (web) GUI
7
7
Here is a proof of concept of a "small molecule chemistry centric gui", running in a web-browser<br>
8
+
Some basic calculations are done which can be easiliy expanded upon. A practical, non standard one concerns process safety, the so called "oxygene balance". See for example https://en.wikipedia.org/wiki/Oxygen_balance for more info.
8
9
It's build in Pyton and uses the Plotly Dash components.<br>
9
10
For installation, see the environment folder.<br>
10
11
@@ -23,3 +24,6 @@ Dash is a somewhat straightforward way to make a GUI, especially in context of d
23
24
A number of tutorials helped me, among them I want to thank and highlight:<br>
24
25
*[ArjanCodes dash tutorial](https://github.com/ArjanCodes/2022-dash), including the Youtube videos
25
26
*[Algorithms](https://github.com/siddharthajuprod07/algorithms), including the Youtube videos
0 commit comments