gramex
gramex copied to clipboard
A visual analytics platform to build data-based web apps with less code.
Possible charts: - [ ] Treemap - [ ] Sankey - [ ] Sunburst - [ ] Calendarmap Avoid: - Heatgrid: can be accomplished through shape layouts: #240 - Bullet:...
Currently we support `Info`, `Shell`, `Users` as [options](https://learn.gramener.com/guide/admin/admin-kwargs/) in `Admin2` panel. Is it a good idea to expose session details there as well? Session details -- how long can users...
See https://gramener.github.io/visual-vocabulary-vega/
Modify `run_alert` in `services.__init__` to do the following: - Use `urlfetch()` with info=True - If the attachment is a URL (and not a local file path), and therefore `r` is...
We're planning to break gramex into smaller modules to make it easier to contribute and maintain. Specifically, we want to incrementally move [apps](https://github.com/gramener/gramex/tree/master/gramex/apps) and [gramex modules](https://github.com/gramener/gramex/tree/master/gramex) into repositories of their...
On the [R guide](https://learn.gramener.com/guide/r/), the following links fail: - [x] https://learn.gramener.com/guide/r/plot_async.png reports `RRuntimeError('Error in library(ggplot2) : there is no package called ‘ggplot2’\n',)` - [x] https://learn.gramener.com/guide/r/RMarkdown-story.Rmd repots `RRuntimeError('Error in library(rmarkdown) :...
For example: If a project uses `tweepy` as third party library. The current python environment does not have the `tweepy` installed. The python file name is `analyzetweets.py` and `tweepy` is...
working condition config ```yaml alert: alert-name: thread: true data: data: url: SQLALCHEMY_STRING table: users each: data condition: data[(data['region'] == 'Region1') & (data['type'] == 'Active')] to: "{{ row['email'] }}" subject: Summary...
Comments on 9ef6ba74 - Add an "Outcome" header to each tutorial, indicating the outcome - Step 1: show the tabular output of the modify: result so people get a feel...