1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
|
%global _empty_manifest_terminate_build 0
Name: python-bokeh
Version: 3.0.3
Release: 1
Summary: Interactive plots and applications in the browser from Python
License: Copyright (c) 2012 - 2022, Anaconda, Inc., and Bokeh Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Anaconda nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
URL: https://pypi.org/project/bokeh/
Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/4e/31271e1eee645eb9172e0a46f54c2e5a8ad82c01128d2a819780a413ae9b/bokeh-3.0.3.tar.gz
BuildArch: noarch
Requires: python3-Jinja2
Requires: python3-contourpy
Requires: python3-numpy
Requires: python3-packaging
Requires: python3-pandas
Requires: python3-pillow
Requires: python3-PyYAML
Requires: python3-tornado
Requires: python3-xyzservices
%description
[Bokeh](https://bokeh.org) is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics and affords high-performance interactivity across large or streaming datasets. Bokeh can help anyone who wants to create interactive plots, dashboards, and data applications quickly and easily.
<table>
<tr>
<td>Package</td>
<td>
<img src="https://img.shields.io/pypi/v/bokeh?label=Version&color=ECD078&style=for-the-badge"
alt="Latest package version" />
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://img.shields.io/pypi/pyversions/bokeh?color=ECD078&style=for-the-badge"
alt="Supported Python versions" />
</a>
</td>
<td>
<a href="https://github.com/bokeh/bokeh/blob/main/LICENSE.txt">
<img src="https://img.shields.io/github/license/bokeh/bokeh.svg?color=ECD078&style=for-the-badge"
alt="Bokeh license (BSD 3-clause)" />
</a>
</td>
</tr>
<tr>
<td>Project</td>
<td>
<img src="https://img.shields.io/github/contributors-anon/bokeh/bokeh?color=ECD078&style=for-the-badge"
alt="Github contributors" />
</td>
<td>
<a href="https://numfocus.org">
<img src="https://img.shields.io/badge/sponsor-numfocus-ECD078?style=for-the-badge"
alt="Link to NumFOCUS" />
</a>
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/">
<img src="https://img.shields.io/badge/documentation-latest-ECD078?style=for-the-badge"
alt="Link to documentation" />
</a>
</td>
</tr>
<tr>
<td>Downloads</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://img.shields.io/pypi/dm/bokeh?color=D98B43&label=pypi&logo=python&logoColor=yellow&style=for-the-badge"
alt="PyPI downloads per month" />
</a>
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://raw.githubusercontent.com/bokeh/badges/main/cache/bokeh-conda-monthly.svg"
alt="Conda downloads per month" />
</a>
</td>
</tr>
<tr>
<td>Build</td>
<td>
<a href="https://github.com/bokeh/bokeh/actions">
<img src="https://img.shields.io/github/workflow/status/bokeh/bokeh/Bokeh-CI/branch-3.0?label=Bokeh-CI&logo=github&style=for-the-badge"
alt="Current Bokeh-CI github actions build status" />
</a>
</td>
<td>
<a href="https://github.com/bokeh/bokeh/actions">
<img src="https://img.shields.io/github/workflow/status/bokeh/bokeh/BokehJS-CI/branch-3.0?label=BokehJS-CI&logo=github&style=for-the-badge"
alt="Current BokehJS-CI github actions build status" />
</a>
</td>
<td>
<a href="https://codecov.io/gh/bokeh/bokeh" >
<img src="https://img.shields.io/codecov/c/github/bokeh/bokeh?logo=codecov&style=for-the-badge&token=bhEzGkDUaw"
alt="Codecov coverage percentage" />
</a>
</td>
</tr>
<tr>
<td>Community</td>
<td>
<a href="https://discourse.bokeh.org">
<img src="https://img.shields.io/discourse/https/discourse.bokeh.org/posts.svg?color=blue&logo=discourse&style=for-the-badge"
alt="Community support on discourse.bokeh.org" />
</a>
</td>
<td>
<a href="https://stackoverflow.com/questions/tagged/bokeh">
<img src="https://raw.githubusercontent.com/bokeh/badges/main/cache/bokeh-stackoverflow-total.svg"
alt="Bokeh-tagged questions on Stack Overflow" />
</a>
</td>
<td>
<a href="https://twitter.com/bokeh">
<img src="https://img.shields.io/twitter/follow/bokeh?color=blue&logo=twitter&style=for-the-badge"
alt="Follow Bokeh on Twitter" />
</a>
</td>
</tr>
</table>
*Consider [making a donation](https://opencollective.com/bokeh) if you enjoy using Bokeh and want to support its development.*

## Installation
To install Bokeh and its required dependencies using `pip`, enter the following command at a Bash or Windows command prompt:
```
pip install bokeh
```
To install `conda`, enter the following command at a Bash or Windows command prompt:
```
conda install bokeh
```
Refer to the [installation documentation](https://docs.bokeh.org/en/latest/docs/first_steps/installation.html) for more details.
## Resources
Once Bokeh is installed, check out the [first steps guides](https://docs.bokeh.org/en/latest/docs/first_steps.html#first-steps-guides).
Visit the [full documentation site](https://docs.bokeh.org) to view the [User's Guide](https://docs.bokeh.org/en/latest/docs/user_guide.html) or [launch the Bokeh tutorial](https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/HEAD?labpath=index.ipynb) to learn about Bokeh in live Jupyter Notebooks.
Community support is available on the [Project Discourse](https://discourse.bokeh.org).
If you would like to contribute to Bokeh, please review the [Contributor Guide](https://docs.bokeh.org/en/latest/docs/dev_guide.html) and [request an invitation to the Bokeh Dev Slack workspace](https://slack-invite.bokeh.org/).
*Note: Everyone who engages in the Bokeh project's discussion forums, codebases, and issue trackers is expected to follow the [Code of Conduct](https://github.com/bokeh/bokeh/blob/branch-3.0/docs/CODE_OF_CONDUCT.md).*
## Follow us
Follow us on Twitter [@bokeh](https://twitter.com/bokeh)
## Support
### Fiscal Support
The Bokeh project is grateful for [individual contributions](https://opencollective.com/bokeh), as well as for monetary support from the organizations and companies listed below:
<table align="center">
<tr>
<td>
<a href="https://www.numfocus.org/">
<img src="https://static.bokeh.org/sponsor/numfocus.svg"
alt="NumFocus Logo" width="200"/>
</a>
</td>
<td>
<a href="https://chanzuckerberg.com/">
<img src="https://static.bokeh.org/sponsor/czi.svg"
alt="CZI Logo" width="200"/>
</a>
</td>
<td colspan="2">
<a href="https://www.blackstone.com/the-firm/">
<img src="https://static.bokeh.org/sponsor/blackstone.png"
alt="Blackstone Logo" width="400"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://tidelift.com/">
<img src="https://static.bokeh.org/sponsor/tidelift.svg"
alt="TideLift Logo" width="200"/>
</a>
</td>
<td>
<a href="https://www.anaconda.com/">
<img src="https://static.bokeh.org/sponsor/anaconda.png"
alt="Anaconda Logo" width="200"/>
</a>
</td>
<td>
<a href="https://www.nvidia.com">
<img src="https://static.bokeh.org/sponsor/nvidia.png"
alt="NVidia Logo" width="200"/>
</a>
</td>
<td>
<a href="https://developer.nvidia.com/rapids">
<img src="https://static.bokeh.org/sponsor/rapids.png"
alt="Rapids Logo" width="200"/>
</a>
</td>
</tr>
</table>
If your company uses Bokeh and is able to sponsor the project, please contact <a href="info@bokeh.org">info@bokeh.org</a>
*Bokeh is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides Bokeh with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit [numfocus.org](https://numfocus.org) for more information.*
*Donations to Bokeh are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.*
### In-kind Support
Non-monetary support can help with development, collaboration, infrastructure, security, and vulnerability management. The Bokeh project is grateful to the following companies for their donation of services:
* [Amazon Web Services](https://aws.amazon.com/)
* [GitGuardian](https://gitguardian.com/)
* [GitHub](https://github.com/)
* [makepath](https://makepath.com/)
* [Pentest Tools](https://pentest-tools.com)
* [Pingdom](https://www.pingdom.com/website-monitoring)
* [Slack](https://slack.com)
* [QuestionScout](https://www.questionscout.com/)
* [1Password](https://1password.com/)
%package -n python3-bokeh
Summary: Interactive plots and applications in the browser from Python
Provides: python-bokeh
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-bokeh
[Bokeh](https://bokeh.org) is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics and affords high-performance interactivity across large or streaming datasets. Bokeh can help anyone who wants to create interactive plots, dashboards, and data applications quickly and easily.
<table>
<tr>
<td>Package</td>
<td>
<img src="https://img.shields.io/pypi/v/bokeh?label=Version&color=ECD078&style=for-the-badge"
alt="Latest package version" />
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://img.shields.io/pypi/pyversions/bokeh?color=ECD078&style=for-the-badge"
alt="Supported Python versions" />
</a>
</td>
<td>
<a href="https://github.com/bokeh/bokeh/blob/main/LICENSE.txt">
<img src="https://img.shields.io/github/license/bokeh/bokeh.svg?color=ECD078&style=for-the-badge"
alt="Bokeh license (BSD 3-clause)" />
</a>
</td>
</tr>
<tr>
<td>Project</td>
<td>
<img src="https://img.shields.io/github/contributors-anon/bokeh/bokeh?color=ECD078&style=for-the-badge"
alt="Github contributors" />
</td>
<td>
<a href="https://numfocus.org">
<img src="https://img.shields.io/badge/sponsor-numfocus-ECD078?style=for-the-badge"
alt="Link to NumFOCUS" />
</a>
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/">
<img src="https://img.shields.io/badge/documentation-latest-ECD078?style=for-the-badge"
alt="Link to documentation" />
</a>
</td>
</tr>
<tr>
<td>Downloads</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://img.shields.io/pypi/dm/bokeh?color=D98B43&label=pypi&logo=python&logoColor=yellow&style=for-the-badge"
alt="PyPI downloads per month" />
</a>
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://raw.githubusercontent.com/bokeh/badges/main/cache/bokeh-conda-monthly.svg"
alt="Conda downloads per month" />
</a>
</td>
</tr>
<tr>
<td>Build</td>
<td>
<a href="https://github.com/bokeh/bokeh/actions">
<img src="https://img.shields.io/github/workflow/status/bokeh/bokeh/Bokeh-CI/branch-3.0?label=Bokeh-CI&logo=github&style=for-the-badge"
alt="Current Bokeh-CI github actions build status" />
</a>
</td>
<td>
<a href="https://github.com/bokeh/bokeh/actions">
<img src="https://img.shields.io/github/workflow/status/bokeh/bokeh/BokehJS-CI/branch-3.0?label=BokehJS-CI&logo=github&style=for-the-badge"
alt="Current BokehJS-CI github actions build status" />
</a>
</td>
<td>
<a href="https://codecov.io/gh/bokeh/bokeh" >
<img src="https://img.shields.io/codecov/c/github/bokeh/bokeh?logo=codecov&style=for-the-badge&token=bhEzGkDUaw"
alt="Codecov coverage percentage" />
</a>
</td>
</tr>
<tr>
<td>Community</td>
<td>
<a href="https://discourse.bokeh.org">
<img src="https://img.shields.io/discourse/https/discourse.bokeh.org/posts.svg?color=blue&logo=discourse&style=for-the-badge"
alt="Community support on discourse.bokeh.org" />
</a>
</td>
<td>
<a href="https://stackoverflow.com/questions/tagged/bokeh">
<img src="https://raw.githubusercontent.com/bokeh/badges/main/cache/bokeh-stackoverflow-total.svg"
alt="Bokeh-tagged questions on Stack Overflow" />
</a>
</td>
<td>
<a href="https://twitter.com/bokeh">
<img src="https://img.shields.io/twitter/follow/bokeh?color=blue&logo=twitter&style=for-the-badge"
alt="Follow Bokeh on Twitter" />
</a>
</td>
</tr>
</table>
*Consider [making a donation](https://opencollective.com/bokeh) if you enjoy using Bokeh and want to support its development.*

## Installation
To install Bokeh and its required dependencies using `pip`, enter the following command at a Bash or Windows command prompt:
```
pip install bokeh
```
To install `conda`, enter the following command at a Bash or Windows command prompt:
```
conda install bokeh
```
Refer to the [installation documentation](https://docs.bokeh.org/en/latest/docs/first_steps/installation.html) for more details.
## Resources
Once Bokeh is installed, check out the [first steps guides](https://docs.bokeh.org/en/latest/docs/first_steps.html#first-steps-guides).
Visit the [full documentation site](https://docs.bokeh.org) to view the [User's Guide](https://docs.bokeh.org/en/latest/docs/user_guide.html) or [launch the Bokeh tutorial](https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/HEAD?labpath=index.ipynb) to learn about Bokeh in live Jupyter Notebooks.
Community support is available on the [Project Discourse](https://discourse.bokeh.org).
If you would like to contribute to Bokeh, please review the [Contributor Guide](https://docs.bokeh.org/en/latest/docs/dev_guide.html) and [request an invitation to the Bokeh Dev Slack workspace](https://slack-invite.bokeh.org/).
*Note: Everyone who engages in the Bokeh project's discussion forums, codebases, and issue trackers is expected to follow the [Code of Conduct](https://github.com/bokeh/bokeh/blob/branch-3.0/docs/CODE_OF_CONDUCT.md).*
## Follow us
Follow us on Twitter [@bokeh](https://twitter.com/bokeh)
## Support
### Fiscal Support
The Bokeh project is grateful for [individual contributions](https://opencollective.com/bokeh), as well as for monetary support from the organizations and companies listed below:
<table align="center">
<tr>
<td>
<a href="https://www.numfocus.org/">
<img src="https://static.bokeh.org/sponsor/numfocus.svg"
alt="NumFocus Logo" width="200"/>
</a>
</td>
<td>
<a href="https://chanzuckerberg.com/">
<img src="https://static.bokeh.org/sponsor/czi.svg"
alt="CZI Logo" width="200"/>
</a>
</td>
<td colspan="2">
<a href="https://www.blackstone.com/the-firm/">
<img src="https://static.bokeh.org/sponsor/blackstone.png"
alt="Blackstone Logo" width="400"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://tidelift.com/">
<img src="https://static.bokeh.org/sponsor/tidelift.svg"
alt="TideLift Logo" width="200"/>
</a>
</td>
<td>
<a href="https://www.anaconda.com/">
<img src="https://static.bokeh.org/sponsor/anaconda.png"
alt="Anaconda Logo" width="200"/>
</a>
</td>
<td>
<a href="https://www.nvidia.com">
<img src="https://static.bokeh.org/sponsor/nvidia.png"
alt="NVidia Logo" width="200"/>
</a>
</td>
<td>
<a href="https://developer.nvidia.com/rapids">
<img src="https://static.bokeh.org/sponsor/rapids.png"
alt="Rapids Logo" width="200"/>
</a>
</td>
</tr>
</table>
If your company uses Bokeh and is able to sponsor the project, please contact <a href="info@bokeh.org">info@bokeh.org</a>
*Bokeh is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides Bokeh with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit [numfocus.org](https://numfocus.org) for more information.*
*Donations to Bokeh are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.*
### In-kind Support
Non-monetary support can help with development, collaboration, infrastructure, security, and vulnerability management. The Bokeh project is grateful to the following companies for their donation of services:
* [Amazon Web Services](https://aws.amazon.com/)
* [GitGuardian](https://gitguardian.com/)
* [GitHub](https://github.com/)
* [makepath](https://makepath.com/)
* [Pentest Tools](https://pentest-tools.com)
* [Pingdom](https://www.pingdom.com/website-monitoring)
* [Slack](https://slack.com)
* [QuestionScout](https://www.questionscout.com/)
* [1Password](https://1password.com/)
%package help
Summary: Development documents and examples for bokeh
Provides: python3-bokeh-doc
%description help
[Bokeh](https://bokeh.org) is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics and affords high-performance interactivity across large or streaming datasets. Bokeh can help anyone who wants to create interactive plots, dashboards, and data applications quickly and easily.
<table>
<tr>
<td>Package</td>
<td>
<img src="https://img.shields.io/pypi/v/bokeh?label=Version&color=ECD078&style=for-the-badge"
alt="Latest package version" />
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://img.shields.io/pypi/pyversions/bokeh?color=ECD078&style=for-the-badge"
alt="Supported Python versions" />
</a>
</td>
<td>
<a href="https://github.com/bokeh/bokeh/blob/main/LICENSE.txt">
<img src="https://img.shields.io/github/license/bokeh/bokeh.svg?color=ECD078&style=for-the-badge"
alt="Bokeh license (BSD 3-clause)" />
</a>
</td>
</tr>
<tr>
<td>Project</td>
<td>
<img src="https://img.shields.io/github/contributors-anon/bokeh/bokeh?color=ECD078&style=for-the-badge"
alt="Github contributors" />
</td>
<td>
<a href="https://numfocus.org">
<img src="https://img.shields.io/badge/sponsor-numfocus-ECD078?style=for-the-badge"
alt="Link to NumFOCUS" />
</a>
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/">
<img src="https://img.shields.io/badge/documentation-latest-ECD078?style=for-the-badge"
alt="Link to documentation" />
</a>
</td>
</tr>
<tr>
<td>Downloads</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://img.shields.io/pypi/dm/bokeh?color=D98B43&label=pypi&logo=python&logoColor=yellow&style=for-the-badge"
alt="PyPI downloads per month" />
</a>
</td>
<td>
<a href="https://docs.bokeh.org/en/latest/docs/first_steps/installation.html">
<img src="https://raw.githubusercontent.com/bokeh/badges/main/cache/bokeh-conda-monthly.svg"
alt="Conda downloads per month" />
</a>
</td>
</tr>
<tr>
<td>Build</td>
<td>
<a href="https://github.com/bokeh/bokeh/actions">
<img src="https://img.shields.io/github/workflow/status/bokeh/bokeh/Bokeh-CI/branch-3.0?label=Bokeh-CI&logo=github&style=for-the-badge"
alt="Current Bokeh-CI github actions build status" />
</a>
</td>
<td>
<a href="https://github.com/bokeh/bokeh/actions">
<img src="https://img.shields.io/github/workflow/status/bokeh/bokeh/BokehJS-CI/branch-3.0?label=BokehJS-CI&logo=github&style=for-the-badge"
alt="Current BokehJS-CI github actions build status" />
</a>
</td>
<td>
<a href="https://codecov.io/gh/bokeh/bokeh" >
<img src="https://img.shields.io/codecov/c/github/bokeh/bokeh?logo=codecov&style=for-the-badge&token=bhEzGkDUaw"
alt="Codecov coverage percentage" />
</a>
</td>
</tr>
<tr>
<td>Community</td>
<td>
<a href="https://discourse.bokeh.org">
<img src="https://img.shields.io/discourse/https/discourse.bokeh.org/posts.svg?color=blue&logo=discourse&style=for-the-badge"
alt="Community support on discourse.bokeh.org" />
</a>
</td>
<td>
<a href="https://stackoverflow.com/questions/tagged/bokeh">
<img src="https://raw.githubusercontent.com/bokeh/badges/main/cache/bokeh-stackoverflow-total.svg"
alt="Bokeh-tagged questions on Stack Overflow" />
</a>
</td>
<td>
<a href="https://twitter.com/bokeh">
<img src="https://img.shields.io/twitter/follow/bokeh?color=blue&logo=twitter&style=for-the-badge"
alt="Follow Bokeh on Twitter" />
</a>
</td>
</tr>
</table>
*Consider [making a donation](https://opencollective.com/bokeh) if you enjoy using Bokeh and want to support its development.*

## Installation
To install Bokeh and its required dependencies using `pip`, enter the following command at a Bash or Windows command prompt:
```
pip install bokeh
```
To install `conda`, enter the following command at a Bash or Windows command prompt:
```
conda install bokeh
```
Refer to the [installation documentation](https://docs.bokeh.org/en/latest/docs/first_steps/installation.html) for more details.
## Resources
Once Bokeh is installed, check out the [first steps guides](https://docs.bokeh.org/en/latest/docs/first_steps.html#first-steps-guides).
Visit the [full documentation site](https://docs.bokeh.org) to view the [User's Guide](https://docs.bokeh.org/en/latest/docs/user_guide.html) or [launch the Bokeh tutorial](https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/HEAD?labpath=index.ipynb) to learn about Bokeh in live Jupyter Notebooks.
Community support is available on the [Project Discourse](https://discourse.bokeh.org).
If you would like to contribute to Bokeh, please review the [Contributor Guide](https://docs.bokeh.org/en/latest/docs/dev_guide.html) and [request an invitation to the Bokeh Dev Slack workspace](https://slack-invite.bokeh.org/).
*Note: Everyone who engages in the Bokeh project's discussion forums, codebases, and issue trackers is expected to follow the [Code of Conduct](https://github.com/bokeh/bokeh/blob/branch-3.0/docs/CODE_OF_CONDUCT.md).*
## Follow us
Follow us on Twitter [@bokeh](https://twitter.com/bokeh)
## Support
### Fiscal Support
The Bokeh project is grateful for [individual contributions](https://opencollective.com/bokeh), as well as for monetary support from the organizations and companies listed below:
<table align="center">
<tr>
<td>
<a href="https://www.numfocus.org/">
<img src="https://static.bokeh.org/sponsor/numfocus.svg"
alt="NumFocus Logo" width="200"/>
</a>
</td>
<td>
<a href="https://chanzuckerberg.com/">
<img src="https://static.bokeh.org/sponsor/czi.svg"
alt="CZI Logo" width="200"/>
</a>
</td>
<td colspan="2">
<a href="https://www.blackstone.com/the-firm/">
<img src="https://static.bokeh.org/sponsor/blackstone.png"
alt="Blackstone Logo" width="400"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://tidelift.com/">
<img src="https://static.bokeh.org/sponsor/tidelift.svg"
alt="TideLift Logo" width="200"/>
</a>
</td>
<td>
<a href="https://www.anaconda.com/">
<img src="https://static.bokeh.org/sponsor/anaconda.png"
alt="Anaconda Logo" width="200"/>
</a>
</td>
<td>
<a href="https://www.nvidia.com">
<img src="https://static.bokeh.org/sponsor/nvidia.png"
alt="NVidia Logo" width="200"/>
</a>
</td>
<td>
<a href="https://developer.nvidia.com/rapids">
<img src="https://static.bokeh.org/sponsor/rapids.png"
alt="Rapids Logo" width="200"/>
</a>
</td>
</tr>
</table>
If your company uses Bokeh and is able to sponsor the project, please contact <a href="info@bokeh.org">info@bokeh.org</a>
*Bokeh is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides Bokeh with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit [numfocus.org](https://numfocus.org) for more information.*
*Donations to Bokeh are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.*
### In-kind Support
Non-monetary support can help with development, collaboration, infrastructure, security, and vulnerability management. The Bokeh project is grateful to the following companies for their donation of services:
* [Amazon Web Services](https://aws.amazon.com/)
* [GitGuardian](https://gitguardian.com/)
* [GitHub](https://github.com/)
* [makepath](https://makepath.com/)
* [Pentest Tools](https://pentest-tools.com)
* [Pingdom](https://www.pingdom.com/website-monitoring)
* [Slack](https://slack.com)
* [QuestionScout](https://www.questionscout.com/)
* [1Password](https://1password.com/)
%prep
%autosetup -n bokeh-3.0.3
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-bokeh -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.3-1
- Package Spec generated
|