Parsl / parsl

Parsl - a Python parallel scripting library
http://parsl-project.org
Apache License 2.0
482 stars 194 forks source link

Package Monitoring Web Dependencies as Static Resources #1426

Open daheise opened 4 years ago

daheise commented 4 years ago

I am using Parsl in an environment without internet access. I attempted to utilize the monitoring feature, but the web pages generated by the monitoring server attempt to pull down internet dependencies, e.g. bootstrap. The feature still provides some value, but it is severely impaired.

Would it be possible to convert these internet dependencies to static resources for the monitoring server?

daheise commented 4 years ago

It looks like all of the dependencies are MIT licensed, so I don't think this represents a licensing risk.