Difference between revisions of "Bokeh-Server"

From OnnoWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  bokeh serve
 
  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
 
Untuk aplikasi tertentu
 
  
 
  bokeh serve myapp.py
 
  bokeh serve myapp.py
Line 12: Line 19:
 
  http://localhost:5006/myapp/
 
  http://localhost:5006/myapp/
  
Untuk IP tertentu
 
  
  bokeh serve --address=0.0.0.0
+
Untuk yang lebih lengkap
bokeh serve --address=192.168.0.100
+
 
 +
  bokeh serve --address=192.168.0.100 --host 192.168.0.100:5006 myapp.py
 +
 
 +
 
  
  

Revision as of 13:41, 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