Shivam Agrawal

Results 2 comments of Shivam Agrawal

You can use newly loaded script's function or variables with `window` prefix. ``` window.funcName() ```

Clearing pip cache solved this issue for me ``` pip cache purge ```