SebChw / Actually-Robust-Training

Actually Robust Training - Tool Inspired by Andrej Karpathy "Recipe for training neural networks". It allows you to decompose your Deep Learning pipeline into modular and insightful "Steps". Additionally it has many features for testing and debugging neural nets.
MIT License
44 stars 0 forks source link

Do quick research on hiding notebook cells in github #181

Closed SebChw closed 1 year ago

SebChw commented 1 year ago

Just check if it can be simply done. If yes adjust tutorials. If not just leave as it is

kordc commented 1 year ago

It'd be easily done only if we store the file as html or markdown. The jupyter rich rendering on github doesn't support it, we have to wait for them. It's not really possible to override their rendering.

It's huge that we have them rendered on default, but for some reasons the html tag is not properly there

I close this issue, as it can't be done for now