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 HTML, that's
probably all you need. If you want to output formats other than HTML, you
will also need to install pandoc and possibly a TeX distribution. If you
wanted to use the "--execute" flag to actually generate the output cells,
then the problem would be much harder, but fortunately it sounds like
that's beyond the scope of what you're trying to do.

On Tue, Jan 16, 2018 at 4:38 PM, Angel Marchev, Jr. <anmarc...@gmail.com>
wrote:

> 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 jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/c3316cf9-3042-4c47-9855-522194f9075c%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/c3316cf9-3042-4c47-9855-522194f9075c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Michael Milligan, Ph.D.         | Supercomputing Institute
Assistant Director for          | University of Minnesota
   Application Development      | milli...@umn.edu
www.msi.umn.edu/staff/milligan  | Phone: 612-624-8857

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAPuy8gohxP2xsoXE5oU6BqWCz_eKqAW%2B5qxq7ig3r0iM2G1h5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to