Skip to content

Instantly share code, notes, and snippets.

@manisnesan
Created May 23, 2021 14:54
Show Gist options
  • Save manisnesan/23b7bd7569f8d4e73cca4f790e029448 to your computer and use it in GitHub Desktop.
Save manisnesan/23b7bd7569f8d4e73cca4f790e029448 to your computer and use it in GitHub Desktop.
nbdev cheatsheet
  • put #hide at the top of any cell you want to completely hide in the docs
  • put #hide_input at the top of a cell if you don't want code to be shown in the docs
  • cells containing #export or show_doc have their code hidden automatically
  • put #hide_output at the top of a cell if you don't want output to be shown in the docs
  • use #collapse_input or #collapse_output to include code or output in the docs under a collapsable element
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment