You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App is available on `Google Play <https://play.google.com/store/apps/details?id=me.herethere.pythonhere>`_.
42
-
43
-
Ready-to-use *PythonHere* APKs are available in the `Releases <https://github.com/b3b/pythonhere/releases>`_ section.
44
+
Install the Android app
45
+
-----------------------
44
46
45
-
For a list of installed Python packages, see: `buildozer.spec <./buildozer.spec>`_.
47
+
Ready-to-use *PythonHere* APKs are available from the `GitHub Releases <https://github.com/b3b/pythonhere/releases>`_ page.
46
48
49
+
For APK provenance and signing checks, see `Android APK verification <https://github.com/b3b/pythonhere/blob/master/docs/android-apk-verification.rst>`_.
50
+
For a list of Python packages included in the Android build, see `buildozer.spec <https://github.com/b3b/pythonhere/blob/master/buildozer.spec>`_.
47
51
48
-
Quick Start with Docker
49
-
-----------------------
52
+
Start a local Jupyter environment with Docker
53
+
---------------------------------------------
50
54
51
-
Docker image is based on `Jupyter Docker Stacks <https://jupyter-docker-stacks.readthedocs.io/en/latest/>`_, and includes installed *PythonHere* with usage examples.
55
+
The Docker image is based on `Jupyter Docker Stacks <https://jupyter-docker-stacks.readthedocs.io/en/latest/>`_
56
+
and includes *PythonHere* with usage examples.
52
57
53
58
Example command to start the Docker container::
54
59
@@ -61,23 +66,17 @@ Example command to start the Docker container::
61
66
-v "$(pwd)/work":/home/jovyan/work \
62
67
herethere/pythonhere:latest
63
68
69
+
The command exposes the Jupyter server on host port ``8888``. Jupyter logs are
70
+
printed in the terminal and include a URL such as
71
+
``http://127.0.0.1:8888/?token=...``. Open this URL in a browser to use the
72
+
local Jupyter environment.
64
73
65
-
Command will expose the Jupyter Notebook server on host port 8888. Jupyter logs appear in the terminal and include an URL to the notebook server: http://127.0.0.1:8888/?token=... . Visiting this URL in a browser loads the Jupyter Notebook dashboard page.
66
-
67
-
Files from the directory **work** inside container, will be available in the host directory with the same name: **work**.
74
+
Files in ``/home/jovyan/work`` inside the container are stored in the local
75
+
``work`` directory.
68
76
69
77
70
-
Run with Docker Compose
71
-
-----------------------
72
-
73
-
Commands to run with Docker Compose, in the source directory:::
74
-
75
-
cp docker-compose.yml.tmpl docker-compose.yml
76
-
docker-compose up
77
-
78
-
79
-
Run locally
80
-
-----------
78
+
Run a local Jupyter environment without Docker
79
+
----------------------------------------------
81
80
82
81
Commands to run locally::
83
82
@@ -94,11 +93,9 @@ To build with `Buildozer <https://github.com/kivy/buildozer>`_, run in the sourc
0 commit comments