Skip to content

Commit

Permalink
Add batch explorer widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Apr 5, 2023
1 parent 8b49a6e commit b285596
Show file tree
Hide file tree
Showing 5 changed files with 808 additions and 0 deletions.
22 changes: 22 additions & 0 deletions quantiphyse/packages/core/batch_explorer/__init__.py
@@ -0,0 +1,22 @@
"""
Quantiphyse - Histogram widget
Copyright (c) 2013-2020 University of Oxford
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
from .widget import BatchExplorer

QP_MANIFEST = {
"widgets" : [BatchExplorer],
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b285596

Please sign in to comment.