##// END OF EJS Templates
Backport PR #14027 on branch 8.12.x (Resume hinting on right arrow press by default) (#14042)...
Backport PR #14027 on branch 8.12.x (Resume hinting on right arrow press by default) (#14042) Backport PR #14027: Resume hinting on right arrow press by default

File last commit:

r28079:1d72045a
r28253:887da037 merge
Show More
environment.yml
19 lines | 273 B | text/x-yaml | YamlLexer
name: ipython_docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- setuptools
- sphinx>=4.2
- sphinx_rtd_theme
- numpy
- testpath
- matplotlib
- pip
- pip:
- docrepr
- prompt_toolkit
- ipykernel
- stack_data
- -e ..