##// END OF EJS Templates
run cells with `silent=True` in `%run nb.ipynb`...
MinRK -
Show More
@@ -2600,7 +2600,7 b' class InteractiveShell(SingletonConfigurable):'
2600 # raised in user code. It would be nice if there were
2600 # raised in user code. It would be nice if there were
2601 # versions of run_cell that did raise, so
2601 # versions of run_cell that did raise, so
2602 # we could catch the errors.
2602 # we could catch the errors.
2603 self.run_cell(cell, store_history=False, shell_futures=False)
2603 self.run_cell(cell, silent=True, shell_futures=False)
2604 except:
2604 except:
2605 self.showtraceback()
2605 self.showtraceback()
2606 warn('Unknown failure executing file: <%s>' % fname)
2606 warn('Unknown failure executing file: <%s>' % fname)
General Comments 0
You need to be logged in to leave comments. Login now