fiftyone icon indicating copy to clipboard operation
fiftyone copied to clipboard

[FR] Add SageMaker notebook support

Open benjaminpkane opened this issue 4 years ago • 1 comments

Like Databricks (#1339), supporting SageMaker's notebook environment needs attention.

Currently the DatabseService fails to start.

benjaminpkane avatar Nov 02 '21 13:11 benjaminpkane

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.

austinmw avatar Jun 13 '22 19:06 austinmw

use a sagemaker notebook with base python version 2.0 rather than datascience

hari300677 avatar Sep 01 '23 15:09 hari300677