You should be able to get most of the packages by running 'pip wheel notebook' on an internet-connected machine. That will save a load of .whl files in the current directory. Transfer that folder to the target machine, and run 'pip install path/to/folder/*.whl'.
The tricky bit is pyzmq, Jupyter's one binary dependency (besides Python itself). You'll need to figure out a way to make a compatible build of that for the ARM processors. -- 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/CAOvn4qiRQQ30%2BR%3DDGioaYgO9FNnYUMsDLKLiPK2fo-982KFb9Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
