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