fiftyone
fiftyone copied to clipboard
[FR] Add SageMaker notebook support
Like Databricks (#1339), supporting SageMaker's notebook environment needs attention.
Currently the DatabseService fails to start.
I installed like this:
%pip install albumentations --upgrade
%pip install opencv-contrib-python --upgrade
%pip install opencv-python --upgrade
%pip install opencv-python-headless --upgrade
%pip install datascience --upgrade
%pip install flask --upgrade
%pip install fiftyone
!sudo yum install -y openssl-devel openssl11-libs
And then importing works, but I can't get it to display.
use a sagemaker notebook with base python version 2.0 rather than datascience