aws-solutions-library-samples / aws-batch-arch-for-protein-folding

Apache License 2.0
73 stars 27 forks source link

Rendering pdb plot #2

Closed stevemmarshall closed 2 years ago

stevemmarshall commented 2 years ago

I get this error when trying to render a pdb plot... I assume it's because of an older version of jupyterlab running in Sagemaker? [Open Browser Console for more detailed log - Double click to close this message] Failed to load model class 'GridBoxModel' from module '@jupyter-widgets/controls'

brianloyal commented 2 years ago

Thanks for logging this, @stevemmarshall. Taking a look at it now. Was this from the SageMaker notebook instance that comes with the stack? Or a different python environment?

stevemmarshall commented 2 years ago

It was a sagemaker notebook and using the recommended kernel

brianloyal commented 2 years ago

Resolved in v1.2.0

stevemmarshall commented 2 years ago

Thanks Brian!