bokeh
Here are 395 public repositories matching this topic...
Would it make sense to implement a get_cmap function as colorcet.cm.get_cmap that could override Matplotlib's so that external libraries using MPL's get_cmap could just replace it with Colorcet's get_cmap if Colorcet is available at runtime? This would make interfaceing with Colorcet super easy for other libraries already leveraging MPL's colormaps.
I'm thinking that this function would
-
Updated
Jun 30, 2020 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Jun 19, 2020 - Jupyter Notebook
Expand README
The current README is just the cookiecutter-templated output. We should extend the README to:
- Discuss what jupyterlab_bokeh does
- Current deficiencies (
no push_notebook, responsive sizing) - Add some screenshots
-
Updated
Jul 1, 2020 - Python
Consider the following conditionals
arg = sin_anchor_lat * sin_lat + cos_anchor_lat * cos_lat * cos_d_lon
arg[arg > 1] = 1
arg[arg < -1] = -1for the following example value of arg of type [Numpy.Array](https://docs.scipy.org/doc/numpy-1.15.1/ref
-
Updated
May 1, 2020 - Jupyter Notebook
-
Updated
Apr 25, 2018 - GLSL
-
Updated
Apr 29, 2018 - HTML
-
Updated
Jun 14, 2020 - Python
-
Updated
Jul 2, 2020 - HTML
-
Updated
Jul 25, 2018 - Jupyter Notebook
-
Updated
Jul 2, 2020 - Python
-
Updated
Aug 20, 2018 - Jupyter Notebook
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Aug 1, 2019 - Python
-
Updated
Jun 12, 2020 - Jupyter Notebook
-
Updated
May 4, 2019 - Jupyter Notebook
The current Repositories Tutorial gives the impression that software references must follow the DOI repositories workflow. While this is our preferred model, other ways to refer to code that cannot be so archived are acceptable and need to be documented.
-
Updated
Apr 18, 2020 - Jupyter Notebook
-
Updated
Feb 15, 2018 - R
Improve this page
Add a description, image, and links to the bokeh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bokeh topic, visit your repo's landing page and select "manage topics."

The requirement to no longer specify
sourcein the args dict tripped me (a layman) up when using a script that worked in 1.40 in 2.0.2. I couldn't work out what was wrong so I asked in a StackOverflow thread where @bryevdv ex