URL of experiment:
Description of the problem:
Is it possible to use opensource javascript libraries on pavlovia? I am looking to find javascript equivalents of some functions from pandas and random from python.
The functions I would like to use are as follows:
pandas.read_excel
random.randint
excel.to_excel
The javascript libraries I am considering are as follows:
Danfo.js
or any of the libraries listed here:
Is using a third party javascript library on pavlovia possible? If not are there any other ways to have the functionality offered by the python functions listed above?
Thank you.