Lua/torch/itorch notebook api

Iโ€™m a machine learning researcher and have been enjoying plotly with python/ipython notebook, especially for 3d plots since itโ€™s difficult to get an interactive 3d plot on a notebook otherwise. Iโ€™ve recently switched to torch/itorch notebook (jupyter notebook with torch backend) and am sorely missing plotly. Is there a plan to release a torch api?

Glad you had a good experience with IPython and 3d!

There are no plans to sponsor a torch API.

You can easily write your own however by using the Plotly REST API https://plot.ly/rest/

The Python API client and all the other API clients are just a wrappers around this REST prototol.