On 13 October 2016 at 04:01, 薛亚兰 <[email protected]> wrote:
> We are wondering if there's any convenient way for user to use > Jupyter on Linux Power Platform, we know Anaconda only support Mac, > Windows, and Linux Server, how can we use Jupyter on Linux Power, do you > have any suggestions. I'm assuming you mean Linux running on the PowerPC architecture? It should be possible to run Jupyter. I would recommend you install Python and ZMQ through your package manager, if possible, and then: # Upgrade pip pip install --upgrade setuptools pip # Install Jupyter pip install jupyter -- 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/CAOvn4qhQ-9O%3DEyNRtdaVu3Bv662oQz1BOKvTyU3MuF-19vP%3DCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
