Is it possible to install third party packages to AGOL Notebook standard env with conda? I try to install the uber h3-py package from conda-forge inside the AGOL notebook standard env. The installing prozess breaks when try solving the enviroment.
I use:
!conda install --yes -c conda-forge h3-py