Skip to content

Commit

Permalink
Update README.md (#153)
Browse files Browse the repository at this point in the history
Fix the comment on the example
  • Loading branch information
rgbkrk authored Aug 15, 2023
1 parent 5912554 commit 6ebf466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ The Noteable API requires an authentication token. You can manage tokens at the
The example below shows how to create a Notebook, launch a Kernel, add new cells, and execute code.

```python
# Grab a project_id from the Noteable UI, the url will look like: app.noteable.io/p/....
api_token = '...'
# Get your API token from the User Settings page by clicking your account name in the upper right
api_token = os.environ['NOTEABLE_TOKEN']

# Client for interacting with Noteables REST API
from origami.clients.api import APIClient
Expand Down

0 comments on commit 6ebf466

Please sign in to comment.