-
Hey there @choldgraf et al... i'm following up on this thread... i may have missed this in the docs. if i want to generate a single page report (my students do this)... with jupyter notebook - can jupyter book do this without all of the overhead of the book / yaml files etc etc? https://discourse.jupyter.org/t/generating-reports-for-jupyter-notebooks/279/18 all i want to do is create a notebook, hide cells - add citations (yay!) and then export to html or pdf. Thank you!! so excited to use this in my class if it's possible!! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Could you try this: https://jupyterbook.org/start/build.html?highlight=jupyter%20book%20page#build-a-standalone-page ? The API there might change a little bit (@AakashGfude is working towards this) but the general approach should be there. That work? |
Beta Was this translation helpful? Give feedback.
-
@choldgraf ok... this is the start of my dream of having reproducible reports as outputs for my class coming true!! YAY. i have to wrap my head around a few core differences with this vs rmarkdown BUT in the meantime... a few questions if you don't mind. and please know i see this has come a LONG way - and i'll totally try it out in my class this spring and can give you feedback if you'd like! i'll also make online lessons to support using it for reports. So my questions are not intended to call out anything "wrong" ... just trying to understand the direction that this is going.
question 2 -- the footer -- it's cool and i get why you have it but is there a way to turn that off or adjust it in the case of a student report? i know why you have it and want to support the project but may not want that footer on a report that is published for instance. this is a minor ask. question 3 - last but not least -- do you envision the ability to add custom css templates in the future - this is absolutely and won't serve a large body of users but i just wondered. i'll spend a bit more time playing around with citations and such because that is also what we need for student reports AND using GLUE!! yes! THANK YOU SO MUCH. i've asked this each year since i started teaching in python and now... i think is the time to use this tool in my class! |
Beta Was this translation helpful? Give feedback.
-
ok me again -- i'm playing with it a bit more
i'm just curious if this is all expected behavior OR if it's possible to just remove those icons at the top and the side bar and make it more of a full screen pdf with the content in it? |
Beta Was this translation helpful? Give feedback.
-
this is all awesome feedback - I think that we are not quite where you want to be with "reports", but I bet that this would be in-scope for new development etc. I wanna ping @chrisjsewell @mmcky and @AakashGfude to see what they think about some of the ideas in here. I agree with you that the "single-page" use-case is perhaps a bit different from the "full book" use-case, and perhaps we want some special cases in there. It would be great to structure this feedback into a kind of roadmap towards improving "reports" in jupyter book |
Beta Was this translation helpful? Give feedback.
Could you try this: https://jupyterbook.org/start/build.html?highlight=jupyter%20book%20page#build-a-standalone-page
?
The API there might change a little bit (@AakashGfude is working towards this) but the general approach should be there. That work?