From c5a52998614d9d2bd1fd88eb5a0b8f192b1ab76a Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 13 Aug 2021 17:16:07 -0400 Subject: [PATCH] jupyterhub/README.md: Mention PAWS/Jupyter Notebooks for Python Beginners --- roles/jupyterhub/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/jupyterhub/README.md b/roles/jupyterhub/README.md index b348e471c..8294671b6 100644 --- a/roles/jupyterhub/README.md +++ b/roles/jupyterhub/README.md @@ -24,6 +24,12 @@ Note that `/opt/iiab/jupyterhub` is a Python 3 virtual environment, that can be source /opt/iiab/jupyterhub/bin/activate ``` +### PAWS/Jupyter Notebooks for Python Beginners + +While PAWS is a little bit off topic, if you have an interest in Wikipedia, please do see this 23m 42s video ["Intro to PAWS/Jupyter notebooks for Python beginners"](https://www.youtube.com/watch?v=AUZkioRI-aA&list=PLeoTcBlDanyNQXBqI1rVXUqUTSSiuSIXN&index=8) by Chico Venancio, from 2021-06-01. + +He explains PAWS as a "powerful Python execution environment http://paws.wmcloud.org [allowing] ordinary folks to write interactive scripts to work with Wikimedia content." + ### Known Issues * 2021-08-07: The page that allows you to reset/change your own password is not accessible. Likewise Admin users cannot reset/change the password of any _individual_ user at this time. [#2918](https://github.com/iiab/iiab/pull/2918)