microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 14 forks source link

Link to js dependencies instead of storing locally #41

Closed sharlagelfand closed 3 years ago

sharlagelfand commented 3 years ago

Need to figure out a way to link out to the dependencies instead of having them locally - there is an issue indicating this wasn't possible at some point, but I'll keep digging to see if it is now or if we can find some other creative solution.

sharlagelfand commented 3 years ago

It seems that all the libraries we're using allow for redistribution in code as long as the copyright notice is also retained, they all use the BSD 3-Clause License:

Seems like how this is done in other libraries (e.g. plotly) is by including the license in the directory where the code is.

Something to keep in mind in case I can't figure out linking to them - might also be useful because linking out inherently means that the widgets can only be used online.

cc @jhofman

jhofman commented 3 years ago

@sharlagelfand sounds good on including the licenses in the library subdirs. thanks!