TensorBoard:如何添加电子邮件链接?

时间:2019-05-30 00:31:21

标签: tensorboard

目标:想在TensorBoard GUI中添加一个链接,单击该链接后,用户可以向我们发送电子邮件。

我翻查了整个代码库,但没有找到任何钩子,链接或测试来支持对任何电子邮件系统的引用。

我正在寻找这样的东西:

<div id="sendEmail"> We would like to hear from you. Please contact us at: <a href="mailto:xxx@yyy.com">xxx@yyy.com</a> </div>

当我在TensorBoard HTML文件中包含指向电子邮件地址的链接,然后进行编译时,我收到以下bazel编译器错误消息:

ERROR: file.html: Referenced mailto:xxx@yyy.com (/path/mailto:xxx@yyy.com) without depending on a web_library() rule providing it

0 个答案:

没有答案