Gallary publication interactive heatmap chicago crime data

Dear all,

I have made an interactive dashboard of the chicago crime data from https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2 base on the ‘unemployment’ and ‘imdb’ examples found on Gallery — Bokeh 2.4.2 Documentation. I want this dashboard to be published as an example on the gallery, since it took me many hours to get the dashboard working and I want to help the community. How would this be possible?

Kind regards,
David

Hi David,

I'd love to discuss ways to showcase what uses have done. I'm having trouble locating the specifically Bokeh content on that site, can you link directly to it, or give more detailed instructions?

Thanks,

Bryan

···

On Mar 4, 2019, at 5:00 AM, [email protected] wrote:

Dear all,

I have made an interactive dashboard of the chicago crime data from https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2 base on the 'unemployment' and 'imdb' examples found on https://bokeh.pydata.org/en/latest/docs/gallery.html\. I want this dashboard to be published as an example on the gallery, since it took me many hours to get the dashboard working and I want to help the community. How would this be possible?

Kind regards,
David

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/93caf2b0-b7db-4a6c-b738-632bad2c9537%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

This is the full interactive dashboard, with filters based on sliders, drop-downs and multiple selection. In addition, I also used interchangeable axes by which the amount of a crimes (given the filter) are grouped. Along with a paper which describes the process of constructing the heatmap.

Kind regards,

David Berenstein

2IMV20___assignment2.pdf (1.77 MB)

···

Op ma 4 mrt. 2019 om 17:11 schreef Bryan Van de ven [email protected]:

Hi David,

I’d love to discuss ways to showcase what uses have done. I’m having trouble locating the specifically Bokeh content on that site, can you link directly to it, or give more detailed instructions?

Thanks,

Bryan

On Mar 4, 2019, at 5:00 AM, [email protected] wrote:

Dear all,

I have made an interactive dashboard of the chicago crime data from https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2 base on the ‘unemployment’ and ‘imdb’ examples found on https://bokeh.pydata.org/en/latest/docs/gallery.html. I want this dashboard to be published as an example on the gallery, since it took me many hours to get the dashboard working and I want to help the community. How would this be possible?

Kind regards,

David

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/93caf2b0-b7db-4a6c-b738-632bad2c9537%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/GBkpUyUNKco/unsubscribe.

To unsubscribe from this group and all its topics, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/2C9776F0-1F5B-4045-A790-79F53B38EEF7%40bokeh.org.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

David,

Awesome, is this data publicly re-distributable? If so then the first preliminary step would be to add this to bokeh.sampledata so that the necessary dat for running it is available to users. If it is a large data set then we will need to work together to upload the data to our S3 bucket so that package sizes are not adversely impacted. Then I would suggest adding the example to the main repo under examples/app. These two steps could be done in one PR or separate PRs. Once this is in a new point release, the demo site deployment repo will have to be appropriately updated:

  GitHub - bokeh/demo.bokeh.org: Hosted Bokeh App Demos

Finally, the sphinx docs on the main site will also have to be updated, for the *following* release. Fortunately we can make point releases with very little turnaround. The next reasonable step to pursue this would be a GitHub issue to discuss details and planning.

If the data cannot be publicly redistributed by us, then a blog post on blog.bokeh.org describing the app and the data is a better task to consider.

As an aside, I wonder if there are some slicker JS controls that could be used for all those multi-selects (i.e. t wrap as a custom extension).

Thanks,

Bryan

···

On Mar 4, 2019, at 9:48 AM, David Berenstein <[email protected]> wrote:

<image.png>

This is the full interactive dashboard, with filters based on sliders, drop-downs and multiple selection. In addition, I also used interchangeable axes by which the amount of a crimes (given the filter) are grouped. Along with a paper which describes the process of constructing the heatmap.

Kind regards,
David Berenstein

Op ma 4 mrt. 2019 om 17:11 schreef Bryan Van de ven <[email protected]>:
Hi David,

I'd love to discuss ways to showcase what uses have done. I'm having trouble locating the specifically Bokeh content on that site, can you link directly to it, or give more detailed instructions?

Thanks,

Bryan

> On Mar 4, 2019, at 5:00 AM, [email protected] wrote:
>
> Dear all,
>
> I have made an interactive dashboard of the chicago crime data from https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2 base on the 'unemployment' and 'imdb' examples found on https://bokeh.pydata.org/en/latest/docs/gallery.html\. I want this dashboard to be published as an example on the gallery, since it took me many hours to get the dashboard working and I want to help the community. How would this be possible?
>
> Kind regards,
> David
>
> --
> You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/93caf2b0-b7db-4a6c-b738-632bad2c9537%40continuum.io\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
You received this message because you are subscribed to a topic in the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/GBkpUyUNKco/unsubscribe\.
To unsubscribe from this group and all its topics, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/2C9776F0-1F5B-4045-A790-79F53B38EEF7%40bokeh.org\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CAL1q8LTOnevF1ZAJV99x7R5qjJfkPRPBuj_in-P7uafKqLftrQ%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
<2IMV20___assignment2.pdf>