##// END OF EJS Templates
Let %autoreload work on modules with frozen dataclasses...
Let %autoreload work on modules with frozen dataclasses See Issue #12411 and Issue #12185. The problem is that a frozen `dataclasses.dataclass` overrides the `__setattr__()` method, so updating its `__class__` member requires going through the base `object` class. This seems to fix the problem.

File last commit:

r27055:f1a6a479
r27716:becb905f
Show More
environment.yml
18 lines | 272 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 name: ipython_docs
Matthias Bussonnier
try to fix enyml
r27055 channels:
- conda-forge
- defaults
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 dependencies:
Matthias Bussonnier
try to fix enyml
r27055 - python=3.8
- setuptools>=18.5
- sphinx>=4.2
- sphinx_rtd_theme>=1.0
- numpy
- nose
- testpath
- matplotlib
- pip:
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 - docrepr
- prompt_toolkit
- ipykernel
Matthias Bussonnier
try to fix build on readthedocs
r25748 - stack_data