Difference between revisions of "Bokeh-Server"

From OnnoWiki
Jump to navigation Jump to search
Line 43: Line 43:
  
 
* http://bokeh.pydata.org/en/latest/docs/user_guide/cli.html
 
* http://bokeh.pydata.org/en/latest/docs/user_guide/cli.html
 +
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[Bokeh-Server]]
 +
* [[Bokeh-Server: Plot Line]]
 +
* [[Bokeh-Server: Random data dengan x axis datetime]]
 +
* [[Bokeh-Server: Terima TCP dengan x axis datetime]]
 +
* [[Bokeh-Server: Terima TCP Multiline dengan x axis datetime]]
 +
* [[Bokeh-Server: Terima UDP dengan x axis datetime]]

Revision as of 13:46, 21 February 2016

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




Versi Lama

Hanya untuk localhost

bokeh-server

Untuk IP tertentu

bokeh-server --ip 192.168.0.100


Referensi


Pranala Menarik