sagemathinc / cocalc

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

Provide UI to edit notebook metadata (author, title, etc.) #5462

Open edgimar opened 3 years ago

edgimar commented 3 years ago

Things like author name(s) and document title are helpful to be able to set for a jupyter notebook (and are used when exporting via LaTeX to pdf). These can be set manually in the .ipynb file as described here, but having a user-interface in cocalc to edit this metadata would be convenient.

williamstein commented 3 years ago

These can be set manually in the .ipynb file as described here,

FYI, you can also select "Raw JSON Editor" in the upper right and edit the underlying ipynb file from within cocalc-jupyter.

williamstein commented 3 years ago

Incidentally, I didn't even know there were title and author metadata fields for jupyter notebooks...