Jeff
Jeff
I mentioned this in https://github.com/voila-dashboards/voila/issues/619, but as a workaround, try wrapping your Plotly figure in a [FigureWidget](https://plotly.com/python/figurewidget/).
Came here to report the same bug in `launch_browser()` (which I see is already fixed). However, `_` is also the recommended alias for `gettext` in the [Python documentation](https://docs.python.org/3/library/gettext.html#localizing-your-module), which honestly...
You can specify default values with `:default`, but see #122.
I like option 2 to fix/normalize the tags table - more work yes, but from a maintenance perspective I think it's good to force things back into "Rails conventional" where...
You could use the status code to adjust the dialog text... 404 => notebook was deleted or you typed it wrong when manually linking; 403 => was made private or...
If it's not loading in classic notebook, that's probably #125 and #126. I patched render.js as described in #125 to fix that, but this is another problem that (I think)...
Yeah, I agree reviews in "queued" status should always point to the latest revision until claimed. Maybe if status is queued, then revision should just be null? Then when claimed,...
Hmm that's another tough one, because what if it was a major change, or there have been multiple changes, or the completed review is 6 months old and the queued...
I agree with the other commenters that this behavior is confusing -- in particular because all the other actions starting with "Open" mean "inside the Lab interface" and this one...
Love the sidebar idea. Could you achieve the same effect with a tree template instead? The notebook could be in an iframe or loaded with jquery or something.