[nbdev] can we include multiple nbdev commands at top of cell? (solved)

For example, if I don’t want the tests to run this cell AND I want its input/output hidden … how would I accomplish this?

Would something like this work?

#hide #slow
...

Did you try this? What happened?

SOLVED

That did not work … but, after looking at the source I found out that it does work if you put them on separate lines

#hide 
#slow
...
3 Likes