pixano.app.display
display_cli(url, port)
display_colab(url, port, height)
Display a Pixano app inside a Google Colab
Parameters:
Name | Type | Description | Default |
---|---|---|---|
url
|
str
|
Pixano app URL |
required |
port
|
int
|
Pixano app port |
required |
height
|
int
|
Frame height |
required |
Source code in pixano/app/display.py
display_ipython(url, port, height)
Display a Pixano app inside a Jupyter notebook
Parameters:
Name | Type | Description | Default |
---|---|---|---|
url
|
str
|
Pixano app URL |
required |
port
|
int
|
Pixano app port |
required |
height
|
int
|
Frame height |
required |