Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drag Window/Contrast / Better Zoom (#55)
* Update simple-dash.ipynb adding link to download html file * Update environment.yml reverting back to standard appmode and using jupyter_notebook_url * Update README.md updating links to use new style for passing variables * Delete dashboard.ipynb updating dashboard * Add files via upload adding updated dashboard * Create __init__.py first limited version of notebook functions as giant mega-file #41 * Update postBuild removing appmode activate since conda takes care of it * Update __init__.py making pep8speaks happy or at least trying * Update __init__.py trying again to make @pep8speaks happy * Update __init__.py one last try * Update environment.yml adding jupyter dashboards * Delete dashboard.ipynb updating dashboard * Add files via upload adding new version of dashboard * Update anno_app.ipynb show the toolbar, add a windowing tool by dragging and fix the zoom to work more reliably still need to work on making the figure big enough * Update postBuild switch to high resolution images * Update anno_app.ipynb tweaking zoom to only set one axis, updating to higher resolution images * Update .travis.yml enabling globstar for notebook analysis * Update .travis.yml changing to ** * Update .travis.yml Fixes #60 * Update README.md adding fancy badges * Create pytest.ini adding doctests * Update .travis.yml add code to fix backed to agg * Update .travis.yml added type checking with mypy * Update __init__.py adding test to binary_correct * Update __init__.py making pep8 happy * Update .travis.yml removing agg mode line (probably only an issue in binder) * Create setup.cfg adding setup files to make a more serious package * Create setup.py first very simple setup.y * Update postBuild adding package to environment * Create sheets.py moving sheets functions to sheets * Create widgets.py moving widgets into their own file * Update __init__.py cleaned up __init__ * Update anno_app.ipynb moving annotation and widget code to library * Delete dashboard.ipynb moving dashboard to notebooks * Add files via upload adding lightweight dashboard to notebooks * Delete simple-dash.ipynb updating simpledash * Add files via upload adding new version of simple dash * Update dashboard.ipynb fixing task path * Update __init__.py adding relative path support * moving notebooks to notebook directory * fixing bug in dashboard, trying soo hard to make @pep8speaks happy * removing unneeded imports, fixing get user code to inspect the local variables as well, fixing bug in dashboard * adding test for safe_json, changing order of tests * fixing long lines and adding more tests * fixing get_user_id function, adding tests for plotly * fixing buggy version of pytest on mac/darwin, refactoring code out of init adding task, adding tests * removing pytest line in travis (it seemed to uninstall matplotlib???) * splitting up tests, fixing flake8 issues * fixing notebook execution code * moving notebooks to its own build * adding fancy format function * fixing style issues, adding encode b64 for numpy arrays * changing to master
- Loading branch information