cowork:starconnect:public:jupyteronandroid
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| cowork:starconnect:public:jupyteronandroid [2025/04/01 07:01] – alte Version wiederhergestellt (2025/03/26 18:50) 20.171.207.42 | cowork:starconnect:public:jupyteronandroid [2025/05/20 17:13] (aktuell) – alte Version wiederhergestellt (2025/05/04 15:01) 20.171.207.146 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | Diese Seite kann jeder bearbeitet und dient als Zwischenablage. **..** => [[cowork: | ||
| + | |||
| + | |||
| + | ===== Jupyter auf dem Smartphone ===== | ||
| + | |||
| + | working instructions: | ||
| + | |||
| + | Install the Termux app. | ||
| + | Open Termux, then enter/run the following commands in the prompt: | ||
| + | |||
| + | $ apt install clang python fftw libzmq freetype libpng pkg-config libcrypt | ||
| + | $ LDFLAGS=" | ||
| + | Optionally, you can install some other useful packages that mesh well with Jupyter: | ||
| + | |||
| + | $ LDFLAGS=" | ||
| + | Finally, test the notebook out by running: | ||
| + | |||
| + | $ jupyter notebook | ||
| + | When you run jupyter notebook, a notebook server starts up and dumps some information to stdout. When you see the line: | ||
| + | |||
| + | Copy/paste this URL into your browser when you connect for the first time, | ||
| + | to login with a token: | ||
| + | copy the following URL, paste it into the browser on your device, and then hit go. You should end up with something that looks like this: | ||
| + | |||
| + | enter image description here | ||
| + | |||
| + | I tested these instructions out a Nexus 7 2013 (wifi) running stock Android 6.0.1 (Marshmallow). | ||
| + | |||
| + | Update: < | ||
| + | As @OmPS pointed out in the comments, Termux dropped all of it's < | ||
| + | |||