If anyone is using Jupyterlab and find that the progress bars don’t show up you need to ensure jupyter widgets are installed properly using jupyter labextension install @jupyter-widgets/jupyterlab-manager
. You need to have node.js
installed for this to work.
6 Likes