We are having some trouble running Prodigy from AWS SageMaker Notebooks. We have used the license to install prodigy via pip. We also executed the labextensions statement. However, when trying to run prodigy, it does not open the web interface. It does look like it is running but we cannot open a web page on notebooks to confirm.
(I don't know how SageMaker notebooks are configured by default but if the app isn't showing in the JupyterLab UI, you might have to check if you need to open up the port you're serving Prodigy on.)
Thank you so much for that link! I think I found the issue. AWS Jupyterlabs has a version of 1.2.X. Sources state that they will be updating to 2.X.X some time later this year. Though Prodigy did install and labextension was active, when searching for "Open Prodigy" in commands, nothing was showing up.
Thanks for the update, that's really good to know for the future! Hope they'll be updating the version soon
In the meantime, you could try installing version 1.0.0 of the prodigy-jupyterlab extension, which was developed for JupyterLab v1.x: https://www.npmjs.com/package/jupyterlab-prodigy/v/1.0.0 It's a pretty old version, though, so I can't promise that it'll work and be compatible with v1.2.x that Sagemaker is running.