Discussion:
Bokeh Server via Django Tutorial
Jonathan Bennett
2017-11-08 16:56:13 UTC
Permalink
I created a tutorial that demonstrates how to create and host a Django
Website that serves interactive Bokeh Server plots.

The github repository is here:
https://github.com/KonoAnalytics/BokehDjango

The website is here, although I don't intend to keep this up permanently:
http://45.33.6.39/

Please consider taking it for a spin and giving me any feedback you may
have.

Thanks,
Jonathan
--
Jonathan Bennett
Kono Analytics
p: 713.489.4338
w: konoanalytics.com
<https://twitter.com/konoanalytics>
<https://linkedin.com/company/kono-analytics>
<https://github.com/konoanalytics> <https://facebook.com/konoanalytics>
<https://instagram.com/konoanalytics>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cda57ac4-1daa-456e-a523-a3bd1c4e08f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
George Silva
2017-11-08 17:39:32 UTC
Permalink
Cool! I just played with it and good job.

Good for demonstration purposes!
Post by Jonathan Bennett
I created a tutorial that demonstrates how to create and host a Django
Website that serves interactive Bokeh Server plots.
https://github.com/KonoAnalytics/BokehDjango
http://45.33.6.39/
Please consider taking it for a spin and giving me any feedback you may
have.
Thanks,
Jonathan
--
Jonathan Bennett
Kono Analytics
p: 713.489.4338 <(713)%20489-4338>
w: konoanalytics.com
<https://twitter.com/konoanalytics>
<https://linkedin.com/company/kono-analytics>
<https://github.com/konoanalytics> <https://facebook.com/konoanalytics>
<https://instagram.com/konoanalytics>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/
msgid/django-users/cda57ac4-1daa-456e-a523-a3bd1c4e08f4%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/cda57ac4-1daa-456e-a523-a3bd1c4e08f4%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
George R. C. Silva
Sigma Geosistemas LTDA
----------------------------
http://www.sigmageosistemas.com.br/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGyPVTtELENOqHBxip5%2Be_qdhg062wNaCHwscMZTBTWHZVLdWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Saba Arife Bozpolat
2018-02-01 12:26:13 UTC
Permalink
Is there a youtube video lecture series or any other lecture series to
follow?
Post by Jonathan Bennett
I created a tutorial that demonstrates how to create and host a Django
Website that serves interactive Bokeh Server plots.
https://github.com/KonoAnalytics/BokehDjango
http://45.33.6.39/
Please consider taking it for a spin and giving me any feedback you may
have.
Thanks,
Jonathan
--
Jonathan Bennett
Kono Analytics
p: 713.489.4338
w: konoanalytics.com
<https://twitter.com/konoanalytics>
<https://linkedin.com/company/kono-analytics>
<https://github.com/konoanalytics> <https://facebook.com/konoanalytics>
<https://instagram.com/konoanalytics>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6800ebf6-de1c-46c2-96ad-4a9199525839%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kirubel Tadesse
2018-10-30 14:43:29 UTC
Permalink
Hi Jonathan Bennett,

I was trying to do something very similar with bokeh and Django. I was
going through your github Linode_instructions.txt.

I was wondering if I need to step up a user stuff.

# Setting up the user


I am not trying to deploy anything at this point.
Post by Jonathan Bennett
I created a tutorial that demonstrates how to create and host a Django
Website that serves interactive Bokeh Server plots.
https://github.com/KonoAnalytics/BokehDjango
http://45.33.6.39/
Please consider taking it for a spin and giving me any feedback you may
have.
Thanks,
Jonathan
--
Jonathan Bennett
Kono Analytics
p: 713.489.4338
w: konoanalytics.com
<https://twitter.com/konoanalytics>
<https://linkedin.com/company/kono-analytics>
<https://github.com/konoanalytics> <https://facebook.com/konoanalytics>
<https://instagram.com/konoanalytics>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5e99b715-7a75-4f5d-aeb4-b9a6eb5282c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kirubel Tadesse
2018-11-14 20:03:46 UTC
Permalink
Hi Jonathan
Could you please explain to me where you are starting the bokeh server I
see that you are creating a session. I tried to the same thing I keep on
getting an error message. I just want to understand how you are starting
the Bokeh server and if there is a way to know if bokeh serve has been
started or not?

[image: Error.PNG] <about:invalid#zClosurez>

Thank you for sharing this tutorial it is really helpful!
Post by Jonathan Bennett
I created a tutorial that demonstrates how to create and host a Django
Website that serves interactive Bokeh Server plots.
https://github.com/KonoAnalytics/BokehDjango
http://45.33.6.39/
Please consider taking it for a spin and giving me any feedback you may
have.
Thanks,
Jonathan
--
Jonathan Bennett
Kono Analytics
p: 713.489.4338
w: konoanalytics.com
<https://twitter.com/konoanalytics>
<https://linkedin.com/company/kono-analytics>
<https://github.com/konoanalytics> <https://facebook.com/konoanalytics>
<https://instagram.com/konoanalytics>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7d52ba2e-4a10-4bd1-9a71-250b5a682c79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...