How to use molecule drawing software Ketcher and PyScript together
This small example shows how to use Ketcher and PyScript.
The process is the following: Ketcher is a JavaScript app, that has js API. PyScript allows us call this api inside of browser.
In order to setup Ketcher and PyScript on your local machine do the following:
- Create a new folder. E.g.
pyketch
; cd
into it;