Mateusz Paprocki
Mateusz Paprocki
https://github.com/bokeh/jupyter_bokeh/blob/main/scripts/deploy.sh is what I use, though it requires manual changes to `package.json`.
Just the version (using the version scheme from `README.md`).
So, lets start with some git basics for future reference. Don't use `master` branch for publishing changes. Create a topic branch instead, e.g.: `git checkout master && git checkout -b...
There are a few issues that have to be fixed. Otherwise this pull request looks good to me.
Thanks. Looks good. @asmeurer: unless you see some obvious technical issue, this is ready to be merged.
Whenever I see a web page with a ribbon, I immediately think that the web page presents toy software rather than serious software. I'm not sure why I have such...
Nikolay, please use more descriptive commit titles, e.g. "Fixed character encoding in some_file.html".
bokeh-scala generates HTML with plots as instances of `NodeSeq`. For example: ``` import io.continuum.bokeh._ val plot = new Plot() # etc. val doc = new Document(plot) val frag = doc.fragment(Resources.InlineMin)...
@praveen-srinivasan, currently neither `bokeh.plotting` nor `bokeh.charts` is supported. `bokeh.plotting` is work in progress. `bokeh.charts` is planned, but first the Python implementation has to stabilize.
Consider using sbt-release plugin.