**Describe the bug** Library import error in notebook - [notebook](https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/cloud_detector_part1_cloudless_sentinel_and_unsupervised.ipynb) **To Reproduce** Steps to reproduce the behavior: ```python !pip install sentinelhub --upgrade !pip install s2cloudless from s2cloudless import S2PixelCloudDetector, CloudMaskRequest, get_s2_evalscript ``` error: ```python --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[4], line 1 ----> 1 from s2cloudless import S2PixelCloudDetector, CloudMaskRequest, get_s2_evalscript ImportError: cannot import name 'CloudMaskRequest' from 's2cloudless' ([C:\Users\Neh13173\AppData\Local\ESRI\conda\envs\dl\Lib\site-packages\s2cloudless\__init__.py](file:///C:/Users/Neh13173/AppData/Local/ESRI/conda/envs/dl/Lib/site-packages/s2cloudless/__init__.py)) ``` **Screenshots** <img width="1481" height="747" alt="Image" src="https://github.com/user-attachments/assets/b4209a7c-6f6c-4673-aebe-37bb62491e95" /> **Expected behavior** Import should work in Jupyter Notebook. **Platform (please complete the following information):** - OS: Windows - Browser [e.g. chrome, safari]: Chrome - Python API Version: 2.4.2 **Additional context**