Bokeh-Server

From OnnoWiki
Jump to navigation Jump to search

Menjalankan server versi baru

bokeh serve


Untuk IP tertentu

bokeh serve --address=0.0.0.0
bokeh serve --address=192.168.0.100 --host 192.168.0.100:5006


Untuk aplikasi tertentu

bokeh serve myapp.py

di akses melalui

http://localhost:5006/myapp/


Untuk yang lebih lengkap

bokeh serve --address=192.168.0.100 --host 192.168.0.100:5006 myapp.py


di akses melalui

http://192.168.0.100:5006/myapp/




Versi Lama

Hanya untuk localhost

bokeh-server

Untuk IP tertentu

bokeh-server --ip 192.168.0.100


Referensi


Pranala Menarik