Skip to content

Commit

Permalink
Merge branch 'master' into maplibre-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors authored Aug 29, 2024
2 parents 24730c3 + 0850f3a commit 38afbf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ jobs:
- run:
name: Create conda environment
command: |
conda config --remove channels defaults
conda config --add channels conda-forge
conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
conda init bash
Expand Down
2 changes: 1 addition & 1 deletion doc/unconverted/python/gapminder-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ figure['layout']['plot_bgcolor'] = 'rgb(223, 232, 243)'
For the slider to appear, we need to adda `sliders` dictionary to `layout`. The `sliders` dictionary is set in the following way:

```
figure['layout']['sliders] = {
figure['layout']['sliders'] = {
'active': 0,
'yanchor': 'top',
'xanchor': 'left',
Expand Down

0 comments on commit 38afbf0

Please sign in to comment.