We need to disable the javascript version of the progress bar if ipywidgets is not installed, even though in such cases it will throw a helpful error message providing instructions on how to install it: https://ipywidgets.readthedocs.io/en/stable/user_install.html
We should also set a way to run without the progress bar for people that don't like it for whatever reason.
How about adding ipywidgets to install_requires in setup.py?
We need to disable the javascript version of the progress bar if
ipywidgets
is not installed, even though in such cases it will throw a helpful error message providing instructions on how to install it: https://ipywidgets.readthedocs.io/en/stable/user_install.htmlWe should also set a way to run without the progress bar for people that don't like it for whatever reason.
How about adding
ipywidgets
toinstall_requires
in setup.py?