热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Helpneededadding3rdpartydatatable/gridtonewplugin

TensorBoardversion:1.12.0OSPlatformandversion:LinuxUbuntu1


  • TensorBoard version: 1.12.0

  • OS Platform and version: Linux Ubuntu 16.04

Nice to talk with you at our first SIG group online today
I was the guy asking about plugins and 3rd parties from a TB-programmer perspective.

I'm following up on one of my questions from today. My goal is to embed any datatable/grid into the a new TB plugin I'm writing. However, most of the polymer-compatible datatables I see do not support older versions of polymer. Except this one - this one is simple enough it might work:

https://www.webcomponents.org/element/Saulis/iron-data-table

My new plugin's html files imports these:

1
2



But my

1
bazel build tensorboard

output says this:

1
2
3
ERROR: /home/cvinson/cvinson-dev/gitlab/tensorflow-tensorboard/tensorboard/plugins/gpu_summary/tf_gpu_summary_board/BUILD:11:1: Checking webfiles //tensorboard/plugins/gpu_summary/tf_gpu_summary_board:tf_gpu_summary_board failed (Exit 1)

ERROR: tensorboard/plugins/gpu_summary/tf_gpu_summary_board/tf-gpu-summary-board.html: Referenced bower_components/iron-ajax/iron-ajax.html (/tf-gpu-summary-board/bower_components/iron-ajax/iron-ajax.html) without depending on a web_library() rule providing it

ERROR: tensorboard/plugins/gpu_summary/tf_gpu_summary_board/tf-gpu-summary-board.html: Referenced bower_components/iron-data-table/iron-data-table.html (/tf-gpu-summary-board/bower_components/iron-data-table/iron-data-table.html) without depending on a web_library() rule providing it

I have tried adding entries to

1
tf_web_library

and

1
tensorboard_webcomponent_library

to no avail.

Could you give some guidance on how to update the bazel BUILD files so I can see the datatable?

Thanks,
-Chris

PS--As I'm about to submit this, I see a reference to a datatable in

1
plugins/profile/google_chart/google-chart-loader.html

. If TB has Google Charts wrapped as a web component already, that would be even better. Any guidance on its reuse into new TB plugins would be appreciated.

该提问来源于开源项目:tensorflow/tensorboard

Perfect. Thanks.


推荐阅读
  • 本文介绍了 Go 语言中的高性能、可扩展、轻量级 Web 框架 Echo。Echo 框架简单易用,仅需几行代码即可启动一个高性能 HTTP 服务。 ... [详细]
  • 本文整理了一份基础的嵌入式Linux工程师笔试题,涵盖填空题、编程题和简答题,旨在帮助考生更好地准备考试。 ... [详细]
  • 使用Tkinter构建51Ape无损音乐爬虫UI
    本文介绍了如何使用Python的内置模块Tkinter来构建一个简单的用户界面,用于爬取51Ape网站上的无损音乐百度云链接。虽然Tkinter入门相对简单,但在实际开发过程中由于文档不足可能会带来一些不便。 ... [详细]
  • 本文详细介绍了 Java 网站开发的相关资源和步骤,包括常用网站、开发环境和框架选择。 ... [详细]
  • 2020年9月15日,Oracle正式发布了最新的JDK 15版本。本次更新带来了许多新特性,包括隐藏类、EdDSA签名算法、模式匹配、记录类、封闭类和文本块等。 ... [详细]
  • Java 中的等时日期(int,int)方法,示例 ... [详细]
  • 使用HTML和JavaScript实现视频截图功能
    本文介绍了如何利用HTML和JavaScript实现从远程MP4、本地摄像头及本地上传的MP4文件中截取视频帧,并展示了具体的实现步骤和示例代码。 ... [详细]
  • 本文介绍了Go语言中正则表达式的基本使用方法,并提供了一些实用的示例代码。 ... [详细]
  • 本文详细探讨了使用Python3编写爬虫时如何应对网站的反爬虫机制,通过实例讲解了如何模拟浏览器访问,帮助读者更好地理解和应用相关技术。 ... [详细]
  • 自然语言处理(NLP)——LDA模型:对电商购物评论进行情感分析
    目录一、2020数学建模美赛C题简介需求评价内容提供数据二、解题思路三、LDA简介四、代码实现1.数据预处理1.1剔除无用信息1.1.1剔除掉不需要的列1.1.2找出无效评论并剔除 ... [详细]
  • Cookie学习小结
    Cookie学习小结 ... [详细]
  • python模块之正则
    re模块可以读懂你写的正则表达式根据你写的表达式去执行任务用re去操作正则正则表达式使用一些规则来检测一些字符串是否符合个人要求,从一段字符串中找到符合要求的内容。在 ... [详细]
  • Python多线程详解与示例
    本文介绍了Python中的多线程编程,包括僵尸进程和孤儿进程的概念,并提供了具体的代码示例。同时,详细解释了0号进程和1号进程在系统中的作用。 ... [详细]
  • HTTP(HyperTextTransferProtocol)是超文本传输协议的缩写,它用于传送www方式的数据。HTTP协议采用了请求响应模型。客服端向服务器发送一 ... [详细]
  • 为什么多数程序员难以成为架构师?
    探讨80%的程序员为何难以晋升为架构师,涉及技术深度、经验积累和综合能力等方面。本文将详细解析Tomcat的配置和服务组件,帮助读者理解其内部机制。 ... [详细]
author-avatar
平凡小几
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有