We are collaborating with a client who has reported that neither Jupyter Notebook nor Streamlit functions on CDF Fusion. Upon investigation, we discovered that CDF Fusion dynamically downloads the Python standard library zip file, python-stdlib.zip, along with additional Python Wheel/package files from the Content Delivery Network cdn.jsdeliver.net. However, their security settings block this access. While they do not restrict access to the hosting website itself, it prevents the downloading of the essential Python standard library zip files and Python Wheel files.
We might be able to convense them to allow downloading packages from the official Python Index, however, we're not sure if CDF Fusion can be configured to change the source where it downloads the needed packages