-
Notifications
You must be signed in to change notification settings - Fork 68
adding subclassifications to ontologies #1063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
examples/basics/ontologies.ipynb
Outdated
@@ -46,7 +46,41 @@ | |||
"!pip install labelbox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples/basics/ontologies.ipynb
Outdated
@@ -46,7 +46,41 @@ | |||
"!pip install labelbox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples/basics/ontologies.ipynb
Outdated
@@ -46,7 +46,41 @@ | |||
"!pip install labelbox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to include in the this PR the changes we introduce in 3.40.0 https://docs.labelbox.com/changelog/4-3-23
It is just a few lines, you could copy/paste from this branch - : https://github.com/Labelbox/labelbox-python/blob/ao_ontology_nb/examples/basics/ontologies.ipynb
This is out of scope but it would be great if we can include it.
Reply via ReviewNB
@@ -43,7 +43,7 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more thing, could you please replace "instructions" with "name" since is the recommended way of doing it.
Reply via ReviewNB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
adding subclassifications to ontologies