##// END OF EJS Templates
Actually install current IPython on RDT
krassowski -
Show More
@@ -1,18 +1,19 b''
1 1 name: ipython_docs
2 2 channels:
3 3 - conda-forge
4 4 - defaults
5 5 dependencies:
6 6 - python=3.10
7 7 - setuptools
8 8 - sphinx>=4.2
9 9 - sphinx_rtd_theme
10 10 - numpy
11 11 - testpath
12 12 - matplotlib
13 13 - pip
14 14 - pip:
15 15 - docrepr
16 16 - prompt_toolkit
17 17 - ipykernel
18 18 - stack_data
19 - -e ..
General Comments 0
You need to be logged in to leave comments. Login now