All URIs are relative to http://localhost
Method | HTTP request | Description ------------- | ------------- | ------------- ConvertNotebook | POST /api/staticNotebooks/convert | Convert a Notebook ipynb file to a static HTML representation
ConvertNotebook(notebook)
Convert a Notebook ipynb file to a static HTML representation
Convert a Notebook ipynb file to a static HTML representation
library(openapi)
var.notebook <- 'notebook_example' # character | Notebook ipynb file
#Convert a Notebook ipynb file to a static HTML representation
api.instance <- StaticNotebooksApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
api.instance$ConvertNotebook(var.notebook)
Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- notebook | character| Notebook ipynb file |
void (empty response body)
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | Success | - | | 500 | Internal Error | - |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.