sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

make it easy to customize the title and authors and date when printing a Jupyter notebook. #5845

Open williamstein opened 2 years ago

williamstein commented 2 years ago

This isn't implemented in a nice way directly in CoCalc right now.

This https://nbconvert.readthedocs.io/en/5.4/changelog.html suggest setting some metadata in the notebook, e.g., for title and authors, might work.

For the non-nbconvert printing, we'll have to just implement ourselves.

In all cases, it seems like a good idea to make it easy to edit title/author/date, etc., metadata according to the spec that nbconvert expects.

williamstein commented 3 months ago

Nothing happened and no requests, but still seems like a reasonable idea.