[PATCH] D149055: [llvm][TableGen][Jupyter] Add configurable default reset behaviour

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 04:44:32 PDT 2023


DavidSpickett added reviewers: Eymay, awarzynski.
DavidSpickett added a comment.

The motivation here is that notebooks like the one in https://reviews.llvm.org/D137085 are using `%reset` in almost every cell. With this you could start with `%config cellreset on` and use `%noreset` in the few cells you actually want it (or use `%config cellreset off` for that whole section).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149055/new/

https://reviews.llvm.org/D149055



More information about the llvm-commits mailing list