##// END OF EJS Templates
PR: Add needs_local_scope to debug magic (#13960)...
PR: Add needs_local_scope to debug magic (#13960) Fixes https://github.com/ipython/ipython/issues/13959

File last commit:

r28079:1d72045a
r28162:83f90a3f 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 ..