Bokeh-Server

From OnnoWiki
Revision as of 13:31, 21 February 2016 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

Menjalankan server versi baru

bokeh serve

Untuk aplikasi tertentu


bokeh serve myapp.py

di akses melalui

http://localhost:5006/myapp/

Untuk IP tertentu

bokeh serve --address=0.0.0.0
bokeh serve --address=192.168.0.100



Versi Lama

Hanya untuk localhost

bokeh-server

Untuk IP tertentu

bokeh-server --ip 192.168.0.100


Referensi