I am interested in using Dash to make some web applications for displaying data. I want to run this entirely locally without the references to unpkg.com/[...]. I realize that there is a relative package path (pointing to local files) and an external package path (pointing to external locations), but I don't understand how I can switch from external to relative.
Where is this documented and/or does anyone have a solution for running Dash without the references to these packages?
Thanks.