I was wondering if it was possible to convert a notebook to html without the default css, or at least reduce it. I used
jupyter nb-convert --to html filename.ipynb
This currently generates 11k lines of css, which I think is somewhat excessive.
I was wondering if it was possible to convert a notebook to html without the default css, or at least reduce it. I used
jupyter nb-convert --to html filename.ipynb
This currently generates 11k lines of css, which I think is somewhat excessive.