API reference
Rendering Youtube videos
example
Short example
| Args | Type | Description |
|---|---|---|
| URL | str | input URL of a youtube video as a string |
| height | int | height of the video to display in jupyter notebook, defaults to 720 |
| width | int | width of the video to display in jupyter notebook, defaults to 600 |
| Returns | Type | Description |
|---|---|---|
| Response | str | "success" or InvalidURLException |
Rendering reference website
example
Short example
| Args | Type | Description |
|---|---|---|
| URL | str | input URL of a youtube video as a string |
| height | str | height of the website to display in jupyter notebook, defaults to "600" |
| width | str | width of the website to display in jupyter notebook, defaults to "100%" |
| Returns | Type | Description |
|---|---|---|
| Response | str | "success" or InvalidURLException |