You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developer note: this documentation is written for the 1.0 alpha release. For stable release, see [pre-1.0 README](https://github.com/noteable-io/origami/blob/release/0.0.35/README.md)
68
-
69
+
> Developer note: this documentation is written for the 1.0 alpha release. For stable release, see [pre-1.0 README](https://github.com/noteable-io/origami/blob/release/0.0.35/README.md)
69
70
70
71
### API Tokens
71
72
@@ -76,7 +77,7 @@ The Noteable API requires an authentication token. You can manage tokens at the
76
77
77
78
### Usage
78
79
79
-
The example below shows how to create a Notebook, launch a Kernel, add new cells, and execute code.
80
+
The example below shows how to create a Notebook, launch a Kernel, add new cells, and execute code.
80
81
81
82
```python
82
83
# Grab a project_id from the Noteable UI, the url will look like: app.noteable.io/p/....
Origami is heading towards a 1.0 release. The alpha release candidate is on Pypi now, installable with a `--pre` flag. The 1.0 release represents a major refactor of the Origami using the best practices and lessons learned from creating multiple production API and RTU clients, including our ChatGPT plugin. It will likely come out of alpha once all of our internal applications are using the Origami 1.0 syntax.
@@ -130,6 +129,7 @@ Origami is heading towards a 1.0 release. The alpha release candidate is on Pypi
130
129
See [CONTRIBUTING.md](./CONTRIBUTING.md).
131
130
132
131
---
132
+
133
133
<palign="center">Open sourced with ❤️ by <ahref="https://noteable.io">Noteable</a> for the community.</p>
134
134
135
-
<imghref="https://pages.noteable.io/private-beta-access"src="https://assets.noteable.io/github/2022-07-29/noteable.png"alt="Boost Data Collaboration with Notebooks">
135
+
<imghref="https://pages.noteable.io/private-beta-access"src="https://assets.noteable.io/github/2022-07-29/noteable.png"alt="Boost Data Collaboration with Notebooks">
0 commit comments