Hi all, I am trying to implement in my website an online, on-the-fly converter of notebooks which I figured should be working something like this: 1) I compute and save my notebook (with images, base64) on some (local or virtual) machine; 2) I go to my website (Wordpress), I start a new page 3) In the new page I click a button to upload my saved notebook and it is converted to standard html form and imported in the page (not as iframe) 4) If it is possible (not sure yet) I would like to edit the notebook (in html form) after that for additional corrections.
I found out that converting notebooks to HTML (and other formats) could be done by nbconvert. So the questions are: * Do I need to install full Jupiter package for using only nbconvert? * If yes, then which version - Jupyter or JupiterHub? (My site is multiuser community) * Is there something that I am missing or something that you would advise me? I am fairly well familiar with php for wordpress development, but I only started using jupyter notebook recently and probably my questions may seem very basic. -- 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/c3316cf9-3042-4c47-9855-522194f9075c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
