iJavascript has a $$.html method for rendering HTML content to the cell of a Jupyter notebook.
In
general the question is mostly about using the visualizations in
something other than a browser, like server side in a node environment.
Specifically I am interested in using the tool in a Jupyter /
iJavascript kernel notebook. That type of notebook is node REPL based,
so pretty much anything you can do in node you can do in the notebook.
This is how I am using Tensorflow.js in Jupyter - via the node-gpu
installation. I am currently using stdlib and eCharts visualizations in
my notebooks since they work in node.
This is a
marginal case. There are probably not a lot of groups doing data
science work in Javascript like we are. On the other hand, Hydrogen and
nteract also use iJavascipt so if it did work tfjs-vis could be used in
those tools as well.