Commit b518e6a
authored
Add option to
* We have `%autoreload` enabled by default in Spyder and think it's a
bit annoying to show its error messages to users because they make
little sense to them. These errors are not uncommon when you are working
with some code that is slightly different between two git branches.
* However, I didn't change the current behavior (i.e. showing errors)
because it's been like that for as long as I can remember. We'd simply
use the new `--hide-errors` option in our kernel.%autoreload to hide errors when reloading code (#14056)1 file changed
+21
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| |||
274 | 277 | | |
275 | 278 | | |
276 | 279 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
| |||
553 | 557 | | |
554 | 558 | | |
555 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
556 | 566 | | |
557 | 567 | | |
558 | 568 | | |
| |||
579 | 589 | | |
580 | 590 | | |
581 | 591 | | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
582 | 595 | | |
583 | 596 | | |
584 | 597 | | |
| |||
628 | 641 | | |
629 | 642 | | |
630 | 643 | | |
| 644 | + | |
| 645 | + | |
631 | 646 | | |
632 | 647 | | |
633 | 648 | | |
| |||
0 commit comments