Difference between revisions of "Bokeh-Server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Hanya untuk localhost bokeh-server Untuk IP tertentu bokeh-server --ip 192.168.0.100) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | 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 | Hanya untuk localhost | ||
Line 6: | Line 29: | ||
bokeh-server --ip 192.168.0.100 | bokeh-server --ip 192.168.0.100 | ||
+ | |||
+ | |||
+ | ==Referensi== | ||
+ | |||
+ | * http://bokeh.pydata.org/en/latest/docs/user_guide/cli.html |
Revision as of 13:31, 21 February 2016
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