Is my Jupyter Notebook hung?

0

Is there anyway to tell if the current cell I am executing is hung? I am running an AutoGluon TabularPredictor().fit(). The cell it is executing is has the * indication that it is running, I checked the notebook running tab, and it says my notebook is running, but when I look at the AutoGluon models folder, it does not look like anything new has being written for hours.
Are there any other ways I can check to see if my model is still trying to fit?

  • Try reconnecting to the kernel and if you have any logs it will update them. If you are using SageMaker notebooks use the JupyterLab interface which shows the list of running kernels.

AWS
asked 2 years ago69 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions