question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature idea: Docker image for bokeh server

See original GitHub issue

For deployment, it’d be quite nice if I could just say:

docker run bokeh/bokehserver

and get the most recent bokeh server running that users can then connect to.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:3
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
adrianogcommented, Jun 14, 2017

Any news on this?

1reaction
Karel-van-de-Plasschecommented, Jun 26, 2018

One generally uses docker to have a fool-proof ‘guaranteed working’ environment, also for legacy versions of a code, and even when the underlying OS updates. Additionally (this is how I use it) one can run code in a VM-like isolated sandbox, while being lighter on the server than spinning up multiple VMs.

I’ll probably keep using my solution, so I’m perfectly happy sharing it with you, albeit this task will be low on my priority list 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying Bokeh Apps — HoloViews v1.15.3
With Flask we can easily embed a HoloViews, Bokeh and Panel application in a regular website. The main idea for getting Bokeh and...
Read more >
How to build and run docker image with bokeh server
I have built Eclipse Che workspace with a stack based on this Dockerfile but it is still work in progress as I still...
Read more >
Flask + Bokeh in Docker authentication - python
We're using Flask to route users to Bokeh servers. The system is running inside a Docker image. Everything works well. But now we...
Read more >
Data Visualization with Bokeh in Python, Part III: Making a ...
After all the set-up and coding required to make the plots, running the Bokeh server locally is quite simple. We open up a...
Read more >
Python and Bokeh: Part II. The beginner's guide to creating…
A Bokeh document is a container, which incorporates all the ... It's simple: Bokeh server provides a rich functionality to make plots and ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found