Guest User

Untitled

a guest
May 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Rest @ NotebookGet @ CreateNotebook["SlideShow"]
  2.  
  3. Notebook[..., TaggingRules -> {"SlideShow" -> True}, ...]
  4.  
  5. Rest @ NotebookGet @ CreateNotebook["Testing"]
  6.  
  7. nb = CreateNotebook["Testing"];
  8. SetOptions[nb, TaggingRules -> {"$testsRun" -> False}];
  9. Rest @ NotebookGet @ nb
Add Comment
Please, Sign In to add comment