-
-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add routes for solo bokeh figures in dashboard #2185
Conversation
@ian-r-rose I've changed the relevant route to |
Excited for this and bokeh 1.0 together |
@mariusvniekerk I'm curious, what is your use case here? |
This adds new routes for individual plots. This is to help some JLab extension work.
cb35be4
to
d0e9c5f
Compare
Mostly having some of the nice progress widgets inside jupyterlab sidecar |
You might enjoy the JupyterLab extension that @ian-r-rose was working on last week :) |
I spoke with @ian-r-rose at a JupyterCon event last night. He's likely to be busy for the next week. I plan to let this simmer here until then. |
As far as I can tell, the |
It won't serve content if there are no connected workers who have done
work. This is definitely an issue, but it's probably orthogonal to this
PR.
…On Wed, Aug 29, 2018 at 11:01 AM, Ian Rose ***@***.***> wrote:
As far as I can tell, the individual-profile route doesn't serve any
content. Is that a known issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2185 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AASszO0SifCGutKJPx7umdAwYAV_qZ-xks5uVqzJgaJpZM4V-YzJ>
.
|
This adds new routes for individual plots.
This is to help some JLab extension work.
cc @ian-r-rose