-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bokeh plotter #714
Merged
Merged
Bokeh plotter #714
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
7565a41
Created the bokeh/file_viewer tool
watsonjj a53dd0f
Merge branch 'master' into bokeh_plotter
watsonjj 3a94748
Fixed formatting
watsonjj d6f08e8
Moved run to inside function (fixes tests)
watsonjj b3c6737
Replaced the rgbtohex C extension with @dneise's Python solution
watsonjj 9709fdf
Corrected references to the old num_samples Field in inst
watsonjj dc2ee09
Further corrections to n_chan
watsonjj ff6b0b1
Improvements to setting view as suggested by @dneise
watsonjj 31c39a2
Improved method to execute file_viewer
watsonjj 8188310
Fixed selection of extractor
watsonjj 0b389db
Fixed selection of pixels to work with bokeh > 1.0
watsonjj 40c53da
Changed pixel shape from rectangular to circular to better display al…
watsonjj 7612656
Merge branch 'master' into bokeh_plotter
watsonjj 18da2b9
Corrected tests to use example_event
watsonjj a3e0d21
Corrected bokeh version
watsonjj b91a275
Merge branch 'master' into bokeh_plotter
kosack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is very unusual. What is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To run a bokeh server you have to execute
bokeh serve
on the script instead ofpython
. When you do this,__name__
equals something like "bk_script_dc88af7ef51b4e0d85854896dd662ed0", where the third term seems to be random.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However, there may be a way to avoid having to use
bokeh serve
if I can understand how to utilise this: http://bokeh.pydata.org/en/latest/docs/user_guide/server.html#embedding-bokeh-server-as-a-library