This update fixes the following error that currently occurs in JupyterLab 3.0 when attempting to run interactive map selection widgets:
/env/lib/python3.8/site-packages/jupyter_ui_poll/_poll.py:52: RuntimeWarning: coroutine 'Kernel.do_one_iteration' was never awaited
kernel.do_one_iteration()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
This update fixes the following error that currently occurs in JupyterLab 3.0 when attempting to run interactive map selection widgets: