Skip to content

Commit cd61b6e

Browse files
committed
Fix README regarding jupyter notebooks.
1 parent 72189f9 commit cd61b6e

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

README.rst

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -152,35 +152,11 @@ You can then use the examples code to create assets (see examples directory):
152152
Notebooks
153153
=================
154154

155-
Some jupyter notebooks are available to exercise the examples code. Do the following:
155+
Some jupyter notebooks are available to exercise the examples code.
156+
These examples can be downloaded from python.rkvst.com and run in a local install
157+
of jupyter notebook such as jupyterLabDesktop.
156158

157-
.. code:: text
158-
159-
task builder # only necessary first time checking out repo.
160-
./scripts/notebooks.sh
161-
162-
Something similar to the following will be emitted:
163-
164-
.. code:: text
165-
166-
[I 2022-07-13 15:29:32.102 LabApp] JupyterLab extension loaded from /usr/local/lib/python3.7/site-packages/jupyterlab
167-
[I 2022-07-13 15:29:32.102 LabApp] JupyterLab application directory is /usr/local/share/jupyter/lab
168-
[I 15:29:32.106 NotebookApp] Serving notebooks from local directory: /home/builder/notebooks
169-
[I 15:29:32.107 NotebookApp] Jupyter Notebook 6.4.12 is running at:
170-
[I 15:29:32.107 NotebookApp] http://d77e9e7ff8a1:8888/?token=e51c0b5120f5cf76e06c0415896aee13b0849830a9c8c83f
171-
[I 15:29:32.107 NotebookApp] or http://127.0.0.1:8888/?token=e51c0b5120f5cf76e06c0415896aee13b0849830a9c8c83f
172-
[I 15:29:32.107 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
173-
[C 15:29:32.110 NotebookApp]
174-
175-
To access the notebook, open this file in a browser:
176-
file:///home/builder/.local/share/jupyter/runtime/nbserver-1-open.html
177-
Or copy and paste one of these URLs:
178-
http://d77e9e7ff8a1:8888/?token=e51c0b5120f5cf76e06c0415896aee13b0849830a9c8c83f
179-
or http://127.0.0.1:8888/?token=e51c0b5120f5cf76e06c0415896aee13b0849830a9c8c83f
180-
181-
Cut and paste one of the links given into your browser and use the various dialogs to select an available notebook
182-
or create a new notebook and follow current code in examples directory.
183-
Please note that security tokens will be required - either a JWT or Application ID and secret and these should be stored in files in the local credentials directory.
159+
Please consult https://python.rkvst.com/notebooks.html for details.
184160

185161

186162
File Story Runner

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jinja
2424
jpg
2525
json
2626
jupyter
27+
jupyterLabDesktop
2728
Khipus
2829
kwargs
2930
macclesfield

0 commit comments

Comments
 (0)