Grant Nestor
Grant Nestor
@dhirschfeld I forgot to mention that the simplest way to do this is simply `df.to_csv('PATH_TO_FILE')`, which will write the CSV data to a CSV file. 👍
I like your dashboard use case 👍
Hi @tc0312! I'm not sure I follow you. This extension is intended to render data of `application/tableschema+json` mime type (based on [this spec](http://specs.frictionlessdata.io/json-table-schema/)), so essentially tabular data. If you are...
Ah, I see! I like this idea and it's worth pursuing, although I'm not sure this repo is the right place for it. Nonetheless, I welcome your contributions and we...
@jcrichard The labextension has been moved to https://github.com/jupyterlab/jupyter-renderers. It's now installable with a simple `jupyter labextension install @jupyterlab/plotly-extension. However, there is currently an issue with plotly.js + typescript + webpack...
@travigd I can do that. I intend to create a monorepo (like [slate-plugins](https://github.com/ianstormtaylor/slate-plugins)) to share a bunch of plugins that I have built. I suppose that I should do that...
Hi @Jarred-Sumner, I've been meaning to create a monorepo or something that is more contributor-friendly but I haven't gotten around to it. In the meantime, you should be able to...
Similar PR on extension-cookiecutter-ts: https://github.com/jupyterlab/extension-cookiecutter-ts/pull/44
> Funny enough, @markellekelly and @javag97 also been exploring a "continuous prose document" experience while building jupytercalpoly/jupyterlab-clarity-mode (though it's not up an running just yet). This is exciting!! I'd love...