Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

New Feature: Jupyter Dashboard Grid #284

Open
arita37 opened this issue Jan 9, 2017 · 1 comment
Open

New Feature: Jupyter Dashboard Grid #284

arita37 opened this issue Jan 9, 2017 · 1 comment

Comments

@arita37
Copy link

arita37 commented Jan 9, 2017

First, Jupyter Dashboard is an excellent initiative and excellent results.
Share my experience on Grid Layout for Dashboard (QlikView, Tableau, ... other BI I used before).

  1. Grid Layout is a complicated issue, many layouts, many combinaisons,..., all leading to re-factoring in the code, insertion of hacks to handle all the special cases.....

  2. If one take experience from Web Design of website where they have the most experience, for example,
    Wordpress. Best layouts are the pre-designed Grid layout.

  3. Why Pre-designed layout template is better ?

    1. Users dont have much idea of design, they just want to put things together in various/"exotic" ways, leading to big issues to handle on backend/programming side.... (a lot of work to handle all user cases).

    2. Few (designer/specialist) people can think better for most of the people.

    3. Pre-designed layout can be optimized for rendering,..., backend.... at end, less bugs, less conflict to handle, less individual request to handle...

    4. In real case, we jus want to have Graphs, Tables and Texts put together in a readable way.
      Given the space on one screen, only few "tested" design work better.

    5. Having less but works without bug is more valuable than having more flexiblity and handling/hacking all the bugs.

Hope my comments would be of interest, fruiful for Jupyter Dahsboard progress.
Thanks for all the hardwork doing this.

@parente
Copy link
Member

parente commented Jan 22, 2017

@arita37 Thanks for your comments. I don't think the extension in this repo will change to solely support pre-defined templates. That's not to say, however, that future dashboard efforts around Jupyter (e.g., in Jupyter Lab) shouldn't consider them. http://rmarkdown.rstudio.com/flexdashboard/ is one example of an interesting project that follows the approach you suggest.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants