diff --git a/.travis.yml b/.travis.yml index 8f975c05..dff88272 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,6 +82,11 @@ jobs: - USE_OLDEST_DEPS="true" - TEST_NOTEBOOKS="false" + allow_failures: + - env: + - USE_CONDA="binder" + - USE_SUITE2P="true" + ############################################################################### # Setup the environment before installing diff --git a/examples/Basic usage.html b/examples/Basic usage.html index 6db19429..b8f4f19b 100644 --- a/examples/Basic usage.html +++ b/examples/Basic usage.html @@ -1,13147 +1,14326 @@
+ -This notebook contains a step-by-step example of how to use the FISSA toolbox. See basic_usage.py (or basic_usage_windows.py for Windows users) for a short example script outside of a notebook interface.
# Import the FISSA toolbox
import fissa
In this notebook, we will be plotting our results using HoloViews, but you can use any plotting library you prefer (matplotlib, bokeh, etc).
# Import our plotting toolbox, and enable options for embedded notebook figures
import holoviews as hv
%load_ext holoviews.ipython
%output widgets='embed'