Skip to content

Instantly share code, notes, and snippets.

View sutartmelson's full-sized avatar

Stuart Nelson sutartmelson

View GitHub Profile
(girder)stuarts-macbook:girder-build stuartnelson$ ctest -R server_oauth.oauth -VV
UpdateCTestConfiguration from :/Users/stuartnelson/Documents/girder-build/DartConfiguration.tcl
Parse Config file:/Users/stuartnelson/Documents/girder-build/DartConfiguration.tcl
UpdateCTestConfiguration from :/Users/stuartnelson/Documents/girder-build/DartConfiguration.tcl
Parse Config file:/Users/stuartnelson/Documents/girder-build/DartConfiguration.tcl
Test project /Users/stuartnelson/Documents/girder-build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
(girder)Stuarts-MacBook:girder stuartnelson$ girder-install web
Connected to MongoDB: mongodb://localhost:27017/girder
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
> fsevents@1.0.17 install /Users/stuartnelson/Documents/girder/node_modules/fsevents
> node-pre-gyp install --fallback-to-build
[fsevents] Success: "/Users/stuartnelson/Documents/girder/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" already installed
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from bokeh.plotting import figure
from bokeh.models import ColumnDataSource, Tool, CustomJS
from bokeh.io import output_file, show
from bokeh.plotting import figure, show, output_notebook
output_notebook()
class DrawTool(Tool):
__implementation__ = """
_ = require "underscore"