Can we use Jupyter on Linux Power platform

27 views
Skip to first unread message

nju08e...@gmail.com

unread,
Oct 12, 2016, 10:42:44 PM10/12/16
to Project Jupyter
Hi, Jupyter community
          
        I am wondering if we can have a way to let Jupyter running on a Linux Power Platform? We know we only have Anaconda with Mac, Windows, Linux Server, how can we have Jupyter with Linux Power Platform? Does anyone knew?

      Thanks in advance!

Alexis Jeandet

unread,
Oct 13, 2016, 8:25:31 AM10/13/16
to Project Jupyter
Hi,

Do you have virtualenv in your package manager, for example on fedora it's python3-virtualenv.noarch ? If yes:

=======================================================
mkdir YourVenvPath
virtualenv --system-site-packages -p python3 YourVenvPath
source YourVenvPath/bin/activate
pip install jupyter
deactivate
=======================================================

Then enjoy:
=======================================================
source YourVenvPath/bin/activate
jupyter-console
deactivate
=======================================================

MinRK

unread,
Oct 13, 2016, 8:54:27 AM10/13/16
to Project Jupyter
I imagine it should work well enough. If you have Python, most Jupyter dependencies should be relatively easy to install. I'd start with `pip install jupyter`, and see how far you get. It's possible some of the compiled dependencies need a little help getting built, but those are usually issues you can deal with as they come.

-Min

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/0b3b2314-9198-42d1-b476-636db5abf51d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages