-
-
Save fomightez/bb5a9c727d93d1508187677b4d74d7c1 to your computer and use it in GitHub Desktop.
An alternative place to run this notebook is provided by sessions launched from here. Go there and click the launch binder badge to launch a session.
You can pull the notebook into the active session by running curl -O https://gist.githubusercontent.com/fomightez/bb5a9c727d93d1508187677b4d74d7c1/raw/bfa3f34ba635b33c421fa02334c8e711084de4df/SortingBarPlotExample.ipynb in a terminal or running !curl -O https://gist.githubusercontent.com/fomightez/bb5a9c727d93d1508187677b4d74d7c1/raw/bfa3f34ba635b33c421fa02334c8e711084de4df/SortingBarPlotExample.ipynb in a notebook cell. Then in the classic notebook interface you can switch to the dashboard by clicking on the Jupyter logo in the upper right and then you'll see the notebook name SortingBarPlotExample.ipynb displayed among the files listed. In the JupyterLab interface, you'll see it show up in the file list pane.
Sorry, I had missed vladkras's comment and not replied earlier. I am looking at this now, but do you have a better example data you are looking at? Even if it is just toy data. I don't see how just changing the
aggregate()function toaggregate(np.mean)wouldn't handle that here?