App¶
launch_in_jupyter(host='127.0.0.1', port=7637, threads=10)
¶
Launch the HTTP API server in Python environment.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
host |
str
|
The host to bind to. Default is '127.0.0.1' |
'127.0.0.1'
|
port |
int
|
The port to bind to. Default is 7637. |
7637
|
threads |
int
|
Number of threads per worker. Default is 10. |
10
|
Returns:
Type | Description |
---|---|
None |