/simple-rdkitjs

minimal rdkit js example

Primary LanguageHTML

Minimal RDKitjs

This is a build of RDKIT-JS from the main RDKIT repo. Hopefully, by providint his simple example, others may be able to see how to use RDKit in their chemistry web applications.

# on web:
# visit https://zachcp.github.io/simple-rdkitjs/


# locally: load in a webbrowser
python3 -m server.http

References