Skip to content

Commit ed2808b

Browse files
committed
Bokeh 2.0 compat
1 parent b0e890a commit ed2808b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

06_distributed_advanced.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
" \n",
501501
" # update plot\n",
502502
" source.stream({'x': [newx], 'y': [newy], 'c': ['grey']}, rollover=20)\n",
503-
" push_notebook(t)\n",
503+
" push_notebook(document=t)\n",
504504
" \n",
505505
" # add new point, dynamically, to work on the cluster\n",
506506
" new_point = c.submit(rosenbrock, (newx, newy))\n",

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5py
1111
- scipy>=1.3.0
1212
- toolz
13-
- bokeh>=1.4.0
13+
- bokeh>=2.0.0
1414
- dask=2.11.0
1515
# TODO: Bump dask-labextension to >=2 once extensions have been made compatibility updates
1616
- dask-labextension=1.1.0

0 commit comments

Comments
 (0)