diff --git a/.circleci/config.yml b/.circleci/config.yml index 18a1d5bbc71..e7f7599b82a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -385,7 +385,7 @@ jobs: - run: name: Create conda environment command: | - conda create -n env --yes python=3.9 conda-build conda-verify + 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 mkdir output diff --git a/doc/python/LaTeX.md b/doc/python/LaTeX.md index da428636032..66831a1e291 100644 --- a/doc/python/LaTeX.md +++ b/doc/python/LaTeX.md @@ -35,7 +35,7 @@ jupyter: #### LaTeX Typesetting -Figure titles, axis labels and annotations all accept LaTeX directives for rendering mathematical formulas and notation, when the entire label is surrounded by dollar signs `$...$`. This rendering is handled by the [MathJax library](https://www.mathjax.org/) (version 2.7.5), which must be loaded in the environment where figures are being rendered. MathJax is included by default in Jupyter-like environments, but when embedding Plotly figures in other contexts it may be required to ensure that MathJax is separately loaded, for example via a `