Skip to content

Commit 7a8ff8c

Browse files
committed
Move bokeh backend illustration to directory
This packages requires a specific environment that is incompatible with the standard environment for this training.
1 parent 8ba6173 commit 7a8ff8c

File tree

6 files changed

+796
-627
lines changed

6 files changed

+796
-627
lines changed

source-code/pandas/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ easy to use.
2222
1. `patients.ipynb`: runninng example used in the Python slides.
2323
1. `patient_data.ipynb`: extended version of therunninng example used
2424
in the Python slides.
25-
1. `bokeh_plot.ipynb`: using Bokeh as a plotting beackdnd for pandas.
2625
1. `pipes.ipynb`: consolidating data processing using pipes.
2726
1. `screenshots`: screenshots made for the slides.

source-code/pandas/bokeh/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Bokeh
2+
3+
You can use Bokeh as a plotting backend for pandas.
4+
5+
## What is it?
6+
7+
1. `bokeh_plot.ipynb`: using Bokeh as a plotting beackdnd for pandas.
8+
1. `environment.yml`: conda environment required to run the notebook.
9+
1. `pandas_bokeh_linux64_conda_specs.txt`: conda environment specification.
10+
11+
*Note:* currently (2023-03-22) the bokeh backend for pandas requires
12+
bokeh 2.x, and that has to be specified as an explicit dependency.

0 commit comments

Comments
 (0)