Hi Macike,
You could try if the following works:
```
table_env.get_config().get_configuration().set_string("rest.bind-port", "xxx")
```
Regards,
Dian
> 2021年6月8日 下午8:26,maverick <[email protected]> 写道:
>
> Hi,
> I've got a question. I'm running PyFlink code from Jupyter Notebook starting
> TableEnvironment with following code:
>
> env_settings =
> EnvironmentSettings.new_instance().in_streaming_mode().use_blink_planner().build()
> table_env = TableEnvironment.create(env_settings)
>
> How can I enable Web UI in this code?
>
> Regards,
> Maciek
>
>
>
> --
> Sent from:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/