Hello, I am very new to python, and I am currently using Jupyter notebooks to analyze microscopy data. I have looked into using `nbconvert` as a library, however, I have to run these particular notebooks manually (centering images, choose files through globing, etc.). For this reason, I don't want to implement `nbconvert` from the command line.
My not-solution has been to use the Jupyter notebook GUI to save the output as HTML (required for record keeping) and update the name manually. This is problematic because I can easily forget to save the notebook or name it incorrectly. I am also trying to speed up my workflow, and I have identified this step as a bottleneck... How can I automate this action within the notebook? Will it require JavaScript? If so, I lack any knowledge of JavaScript... Can anyone offer a solution to this use-case? Any advice is greatly appreciated! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/487c5080-c4cc-45a2-90f1-7b5066f663e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
