在AWS Glue Jupyter Notebook中,如果您在使用Widget时遇到问题,可以尝试以下步骤解决:
!pip install ipywidgets
!jupyter nbextension enable --py widgetsnbextension
from ipywidgets import * interact(f, x=10);
通过执行上述步骤,您可以确保AWS Glue Jupyter Notebook中的Widget正常工作。
上一篇:AWSGlueJob:调用getCatalogSource时出现错误。None.get。
下一篇:AWSGlueJupyterNotebook中的小部件无法正常工作。