Pavlovia stuck on initializing

Looking at your experiment I see you are trying to import pandas.

import * as pd from ‘pandas’;

pandas will not work online because it is a specialized python library and the browser runs Java script not python.

Becca