Re: [jupyter] Online converter notebook->html

2018-01-16 Thread Michael Milligan
Hi, As far as Jupyter components go, the basic nbconvert install only requires the jupyter_core package. Jupyterhub is unrelated to your use-case. Using pip or conda to install nbconvert will pull in the bits you need automatically. If you are simply planning to render prepared notebooks to

[jupyter] Online converter notebook->html

2018-01-16 Thread Angel Marchev, Jr.
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)