Did you do the following too? jupyter nbextension install --py --sys-prefix pythreejs
Thanks, Jason On Thu, May 4, 2017 at 1:47 AM Henri Girard <[email protected]> wrote: > Hi, > Jupyter nbextension works fine : > jupyter nbextension enable --py --sys-prefix widgetsnbextension > Apparently that's the only one : > After installing pythreejs with pip successfully this command failed : > jupyter nbextension enable --py --sys-prefix pythreejs > > return __import__(parts[0]) > ImportError: No module named pythreejs > > I tried to do it with others : k3d > > Only flatsurf succeeded > > Any help ? > > Regards > Henri > > > -- > 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/c534ca79-f156-4805-b78b-ffe7d7b0e500%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/c534ca79-f156-4805-b78b-ffe7d7b0e500%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPDWZHxUh0j5mZno-vd2RKuw%3Dod3ncWwLGLcmxFk7xMAKUVrRg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
