aws-samples / sagemaker-run-notebook

Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events
Apache License 2.0
140 stars 68 forks source link

No JupyterLab 3.x support #36

Closed tomfaulhaber closed 1 year ago

tomfaulhaber commented 2 years ago

As of v0.20.0, this library supports JupyterLab 2.x releases, but many users have moved to version 3 of JupyterLab and others will move soon. Additionally, JupyterLab 3 has a much easier model for supporting extensions (without requiring the jupyter lab build step).

tomfaulhaber commented 1 year ago

v0.22.0 is now released with JupyterLab 3.x support.