Skip to content

Commit 38afbf0

Browse files
authored
Merge branch 'master' into maplibre-tests
2 parents 24730c3 + 0850f3a commit 38afbf0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ jobs:
400400
- run:
401401
name: Create conda environment
402402
command: |
403+
conda config --remove channels defaults
404+
conda config --add channels conda-forge
403405
conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
404406
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
405407
conda init bash

doc/unconverted/python/gapminder-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ figure['layout']['plot_bgcolor'] = 'rgb(223, 232, 243)'
118118
For the slider to appear, we need to adda `sliders` dictionary to `layout`. The `sliders` dictionary is set in the following way:
119119

120120
```
121-
figure['layout']['sliders] = {
121+
figure['layout']['sliders'] = {
122122
'active': 0,
123123
'yanchor': 'top',
124124
'xanchor': 'left',

0 commit comments

Comments
 (0)