When I use Ipython.Iframe package under jupyter notebook, my HTML file render fail. And the errror is Uncaught ReferenceError: echarts is not defined
But If I just open my html file on the web browser, it shows normally.
The js import approach is like
'script src="echarts.min.js"></script
Does anyone know how to solve this? Thanks