Skip to content

Commit d857dcc

Browse files
chores: apply some suggestions given by Inga in the PR.
1 parent 16b90c7 commit d857dcc

3 files changed

Lines changed: 3 additions & 114 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025, Edwin Carreño
3+
Copyright (c) 2025, SaezLab
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

api_view_user.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

notebooks/quickstart_demo.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@
145145
"# 1. Standard library imports\n",
146146
"import sys\n",
147147
"\n",
148-
"sys.path.append('/home/ecarreno/SSC-Projects/b_REPOSITORIES/ontograph')\n",
149-
"\n",
150148
"from pathlib import Path\n",
151149
"\n",
152150
"# 2. Related third party imports\n",
@@ -795,7 +793,7 @@
795793
],
796794
"metadata": {
797795
"kernelspec": {
798-
"display_name": "ontograph",
796+
"display_name": "ontograph (3.10.18)",
799797
"language": "python",
800798
"name": "python3"
801799
},
@@ -809,7 +807,7 @@
809807
"name": "python",
810808
"nbconvert_exporter": "python",
811809
"pygments_lexer": "ipython3",
812-
"version": "3.10.12"
810+
"version": "3.10.18"
813811
}
814812
},
815813
"nbformat": 4,

0 commit comments

Comments
 (0)