We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1b874 commit 887838cCopy full SHA for 887838c
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
1
+blank_issues_enabled: false
README.md
@@ -57,7 +57,7 @@ pip install "labelbox[data]"
57
After installing the SDK and getting an API Key, it's time to validate them both.
58
59
```python
60
-import labelbox as lb test
+import labelbox as lb
61
62
client = lb.Client(API_KEY) # API_KEY = API Key generated from labelbox.com
63
dataset = client.create_dataset(name="Test Dataset")
0 commit comments