Taras Novak
Taras Novak
Geo Data Viewer kepler.gl v3.0 support will be added in the new Geo Data Viewer Pro Tools for our [Pro sponsors](https://github.com/sponsors/RandomFractals/sponsorships?tier_id=18884) on GitHub later this summer. See published [Pro Data...
We might add that in our new Geo Data Viewer Pro v. later this fall ... See new [Pro Data Tools](https://github.com/RandomFractals/pro-data-tools#pro-data-tools) docs repo for more info about our new Pro...
@heidekrueger to answer your question, this geo data viewer doesn't support remote workspaces and files loaded from those workspaces. We'd need to extend current data and config file selection dialog...
Great! We are wrapping up some updates to the new [Pro Data Tools](https://github.com/RandomFractals/pro-data-tools#pro-data-tools) we started building this year centered around DuckDB, SQL Tools, SQL and markdown documents, and Jupyter notebooks...
@melaniewalsh to refine that feature implementation and UX, what if Flat Viewer checked for an `.md` document with the same filename as your dataset document, loaded and rendered that markdown...
Github now officially supports Mermaid diagrams: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams So, I also think it would be good for Runme notebooks to render those code blocks. Observable JS kernel now supports them too....
link it to a sharable live session link? π€
map it to `.nb.js` for js notebook authoring and rendering.
maybe support them as .jsnb extension as well.
use htl lib for generating notebook list view display: https://github.com/observablehq/htl see d3 gallery observable notebook for example: https://observablehq.com/@d3/gallery htl usage notebook: https://observablehq.com/@observablehq/htl use htl's `html.gragment` to generate that list UI...