James Wexler
James Wexler
Have you run the steps to build the front-end? Running the "yarn" and "yarn build" commands in the client directory? And did they succeed?
Thanks for the support and the issue report. We plan on upgrading Facets from Polymer 1 to Polymer 2 which should eliminate this issue. Work on that will probably be...
The Polymer update for Facets is in-progress. It first requires a Polymer 2 update in the TensorBoard repository, since Facets uses TensorBoard's bazel build/workspace rules, including its Polymer stuff. That...
Thanks for the report. Out of curiosity, does this happen for you if you plot 10k or 50k rows instead of 100k?
Need more information to debug this issue. Are there any errors in the chrome developers console? Is this failing with the demo notebook includied in the facets-overview directory, with the...
@ajmaradiaga Are you using windows like @itsergiu ? Also, did you install the facets jupyter extension using "jupyter nbextension install facets-dist/" and did that succeed without error? Interesting that it...
@tingmar which exact notebook do you see this happen with?
@tingmar that notebook is meant to show use of Facets visualizations inside of google colab, as opposed to jupyter notebooks, as per the README.md in that directory. Although I do...
Glad to hear it! Another option is to wrap the HTML template with an iframe as the outer element. With each output cell having its Facets in an iframe, they...
Hi @tkngoutham thanks for the report. Can you paste the complete logs when running that command and also what set-up instructions you went about (pip install, or github clone, etc...)?