Skip to content

Commit

Permalink
3 to 9 pics
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchristian committed Sep 28, 2023
1 parent a4b222c commit 9687993
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"jupyter.kernels.filter": [
{
"path": "/opt/homebrew/bin/python3",
"type": "pythonEnvironment"
},
{
"path": "/usr/bin/python3",
"type": "pythonEnvironment"
},
{
"path": "/opt/homebrew/bin/python3.9",
"type": "pythonEnvironment"
}
"jupyter.kernels.excludePythonEnvironments": [
"/opt/homebrew/bin/python3",
"/usr/bin/python3",
"/opt/homebrew/bin/python3.9"
]
}
Binary file modified docs/Baroque-AI--Publication-Prototype.docx
Binary file not shown.
Binary file modified docs/Baroque-AI--Publication-Prototype.epub
Binary file not shown.
Binary file modified docs/Baroque-AI--Publication-Prototype.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion paintings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
" FILTER((1600 <= ?inceptionyear) && (?inceptionyear < 1800 ))\n",
" SERVICE wikibase:label { bd:serviceParam wikibase:language \"en\". } }\n",
"# limit to nine results\n",
"LIMIT 3\n",
"LIMIT 9\n",
"\"\"\"\n",
"\n",
"# SUBROUTINES\n",
Expand Down

0 comments on commit 9687993

Please sign in to comment.