Description
Hello There!
Posting my notebook to GitHub adds:
Failed to display Jupyter Widget of type HBox.
If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may mean that the widgets JavaScript is still loading. If this message persists, it likely means that the widgets JavaScript library is either not installed or not enabled. See the Jupyter Widgets Documentation for setup instructions.
If you're reading this message in another frontend (for example, a static rendering on GitHub or NBViewer), it may mean that your frontend doesn't currently support widgets.
To every cell that I use tqdm_notebook
with. I would like to hide that warning when posted on Github. It's a long warning that takes away from the content of the notebook!
I tried to follow this StackOverflow post: https://stackoverflow.com/questions/9031783/hide-all-warnings-in-ipython
But alas, I was unable to remove the warning!
Thanks!