Skip to content

Commit a5a8f44

Browse files
committed
Update XLSX from TTL update and minor change to IPYNB
1 parent b0aa10c commit a5a8f44

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

data/Ontologies_forRepo.xlsx

-3.03 KB
Binary file not shown.

data/source/ontology_characterisation_v31.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
18+
"from tkinter import filedialog\n",
1819
"import requests\n",
1920
"import pandas as pd\n",
2021
"from pathlib import Path\n",
@@ -41,9 +42,9 @@
4142
"metadata": {},
4243
"outputs": [],
4344
"source": [
44-
"#file_path_ontologies = filedialog.askopenfilename(title=\"Select file listing all ontologies)\")\n",
45+
"file_path_ontologies = filedialog.askopenfilename(title=\"Select file listing all ontologies)\")\n",
4546
"#file_path_ontologies = \"C:/Users/fbosche/Documents/GitHub/BE-OLS/data/source/ontologies_source.xlsx\"\n",
46-
"file_path_ontologies = \"C:/Users/fbosche/University College London/EC3 - 1. Modelling and Standards - 1. Modelling and Standards/Material/Project D_Ontologies/Scripts/ontologies_source.xlsx\"\n",
47+
"#file_path_ontologies = \"C:/Users/fbosche/University College London/EC3 - 1. Modelling and Standards - 1. Modelling and Standards/Material/Project D_Ontologies/Scripts/ontologies_source.xlsx\"\n",
4748
"print(file_path_ontologies)\n",
4849
"\n",
4950
"# Read the 'Data' sheet from the file into a pandas DataFrame\n",
@@ -1311,9 +1312,9 @@
13111312
],
13121313
"metadata": {
13131314
"kernelspec": {
1314-
"display_name": "base",
1315+
"display_name": "cyberbuild_3D",
13151316
"language": "python",
1316-
"name": "python3"
1317+
"name": "cyberbuild_3d"
13171318
},
13181319
"language_info": {
13191320
"codemirror_mode": {

0 commit comments

Comments
 (0)