LSSTDESC / pz_blend

impact of blending on photo-zs using DC2 truth catalogs and image catalogs
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Handling ipywidgets error for notebook users #23

Open enourbakhsh opened 4 years ago

enourbakhsh commented 4 years ago

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?