The TensorBoard team plans to deprecate the Beholder plugin contributed a few years ago by Chris Anderson (cc @chrisranderson).
What this means concretely is that we will mark the plugin as deprecated in our next release, and remove it in the following release. We don't consider this a breaking change that requires a major version bump since Beholder has been indicated as only in beta since it was contributed.
We recognize that Beholder has value for users, but we haven't had the bandwidth to maintain the plugin and make necessary changes to update it to work with TF 2.0 or eager mode (#1237), or to continue keeping the frontend web components up-to-date as the TensorBoard frontend evolves.
If you are still using Beholder and would like to continue using it in newer versions of TensorBoard, we recommend pursuing converting it to a dynamic plugin as outlined in the plugin guide, which would mean hosting it in a separate git repository and publishing it to PyPI as a tensorboard_plugin_beholder package, which users can then install if they wish to still use Beholder.
<3 Happy people got to use it, thank you for your help. I had a great experience with the project.
Thank you Chris again for your contribution! We've marked Beholder as deprecated in the 2.3.0 release of TensorBoard, and plan now to remove it at HEAD / nightly, so 2.4.0 will no longer contain Beholder. As mentioned if folks are interested in picking up the code as a dynamic plugin, just comment on the issue.
Most helpful comment
<3 Happy people got to use it, thank you for your help. I had a great experience with the project.