This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new c6bf41b155 fix: Update Python tutorial sources to comply with CSP 
(#3952)
c6bf41b155 is described below

commit c6bf41b1553afa729e7731dd5c85844769539a2a
Author: airwish <[email protected]>
AuthorDate: Tue Dec 16 03:27:00 2025 +0800

    fix: Update Python tutorial sources to comply with CSP (#3952)
---
 .../docs/tutorials/1-introduction-to-streampipes-python-client.ipynb  | 4 ++--
 .../5-applying-interoperable-machine-learning-in-streampipes.ipynb    | 4 ++--
 .../docs/tutorials/6-streampipes-function-output-stream.ipynb         | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/streampipes-client-python/docs/tutorials/1-introduction-to-streampipes-python-client.ipynb
 
b/streampipes-client-python/docs/tutorials/1-introduction-to-streampipes-python-client.ipynb
index 50eb8c3dfe..88f7e46f46 100644
--- 
a/streampipes-client-python/docs/tutorials/1-introduction-to-streampipes-python-client.ipynb
+++ 
b/streampipes-client-python/docs/tutorials/1-introduction-to-streampipes-python-client.ipynb
@@ -74,7 +74,7 @@
     "### How to prepare the tutorials\n",
     "In case you want to reproduce the first two tutorials exactly on your 
end, you need to create a simple pipeline in StreamPipes like demonstrated 
below.\n",
     "\n",
-    
"![tutorial-preparation](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/tutorial-preparation.gif)\n",
+    
"![tutorial-preparation](https://streampipes.apache.org/docs/docs/python/dev/img/tutorial-preparation.gif)\n",
     "\n",
     "<br>"
    ],
@@ -89,7 +89,7 @@
     "In order to access the resources available in StreamPipes, one must be 
able to authenticate against the backend.\n",
     "For this purpose, the client so far only supports the authentication via 
an API token that can be generated via the StreamPipes UI, as you can see 
below.\n",
     "\n",
-    
"![how-to-get-api-key](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/how-to-get-api-key.gif)\n",
+    
"![how-to-get-api-key](https://streampipes.apache.org/docs/docs/python/dev/img/how-to-get-api-key.gif)\n",
     "\n",
     "<br>\n",
     "\n",
diff --git 
a/streampipes-client-python/docs/tutorials/5-applying-interoperable-machine-learning-in-streampipes.ipynb
 
b/streampipes-client-python/docs/tutorials/5-applying-interoperable-machine-learning-in-streampipes.ipynb
index 70cff543a5..124b6ead1b 100644
--- 
a/streampipes-client-python/docs/tutorials/5-applying-interoperable-machine-learning-in-streampipes.ipynb
+++ 
b/streampipes-client-python/docs/tutorials/5-applying-interoperable-machine-learning-in-streampipes.ipynb
@@ -102,7 +102,7 @@
     "\n",
     "</br>\n",
     "\n",
-    
"![tutorial-preparation](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/tutorial-preparation.gif)\n",
+    
"![tutorial-preparation](https://streampipes.apache.org/docs/docs/python/dev/img/tutorial-preparation.gif)\n",
     "\n",
     "</br>\n",
     "\n",
@@ -449,7 +449,7 @@
     "\n",
     "</br>\n",
     "\n",
-    
"![prediction-data-stream](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/tutorial-prediction-data-stream.png)"
+    
"![prediction-data-stream](https://streampipes.apache.org/docs/docs/python/dev/img/tutorial-prediction-data-stream.png)"
    ],
    "metadata": {
     "collapsed": false
diff --git 
a/streampipes-client-python/docs/tutorials/6-streampipes-function-output-stream.ipynb
 
b/streampipes-client-python/docs/tutorials/6-streampipes-function-output-stream.ipynb
index 5e6c09f971..d5154602c6 100644
--- 
a/streampipes-client-python/docs/tutorials/6-streampipes-function-output-stream.ipynb
+++ 
b/streampipes-client-python/docs/tutorials/6-streampipes-function-output-stream.ipynb
@@ -252,7 +252,7 @@
    "source": [
     "If we now go into StreamPipes, create a new pipeline and view the info 
for our output stream we can see the live predictions coming in.  \n",
     "\n",
-    
"![](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/tutorial-output-stream.png)"
+    
"![](https://streampipes.apache.org/docs/docs/python/dev/img/tutorial-output-stream.png)"
    ]
   },
   {

Reply via email to