Skip to content

Commit 5102449

Browse files
eyrei123gahjelle
andauthored
Update README.md (#456)
* Update README.md Addition of source references. * Final QA --------- Co-authored-by: Geir Arne Hjelle <[email protected]>
1 parent cee36c9 commit 5102449

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

jupyter-lab-files/Movies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": 1,
1111
"title": "Pal Joey",
12-
"release_year": 1953,
12+
"release_year": 1957,
1313
"star": "Francis Albert Sinatra"
1414
},
1515
{

jupyter-lab-files/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ The easiest way to incorporate these files into JupyterLab is to copy them into
1111
## Usage
1212

1313
After creating and activating your virtual environment, installing the dependencies, and starting the JupyterLab server, you can load any file by double-clicking on it from the _file browser_ in JupyterLab.
14+
15+
## Information Sources
16+
17+
The `howto-regex.pdf` file is a PDF copy of an [article](https://docs.python.org/3/howto/regex.html) published as part of the Python documentation. The PDF version itself was sourced from the FOSSIES [open source archive](https://fossies.org/linux/python-docs-pdf-a4/howto-regex.pdf).
18+
19+
The population data used in this article was sourced from the [Worldometers free reference web site](https://www.worldometers.info/world-population/world-population-by-year/).
20+
21+
Information on the effects of the changes in the world's population was sourced in the [free learning resources](https://ugc.berkeley.edu/background-content/population-growth/) provided by the University of California.
22+
23+
All movie data was sourced from various Wikipedia articles: [List of James Bond films](https://en.wikipedia.org/wiki/List_of_James_Bond_films), [Dr. No](https://en.wikipedia.org/wiki/Dr._No_(film)), [Pal Joey](https://en.wikipedia.org/wiki/Pal_Joey_(film)), and [The Godfather](https://en.wikipedia.org/wiki/The_Godfather).
24+
25+
`Glasgow.jpg` is a photograph of George Square in Glasgow. (C) Ian Eyre
26+
27+
All other content was created specifically for this article.

0 commit comments

Comments
 (0)