Skip to content

Commit

Permalink
Warnings from linux run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Jul 12, 2024
1 parent 8fea18a commit f187e4c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/modules/widgets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ backends can be installed with:
pip install spikeinterface[widgets]
matplotlib
^^^^^^^^^^
Install matplotlib
^^^^^^^^^^^^^^^^^^

The :code:`matplotlib` backend (default) uses the :code:`matplotlib` package to generate static figures.

Expand All @@ -41,8 +41,8 @@ To install it, run:
pip install matplotlib
ipywidgets
^^^^^^^^^^
Install ipywidgets
^^^^^^^^^^^^^^^^^^

The :code:`ipywidgets` backend allows users to interact with the plot, for example, by selecting units or
scrolling through a time series.
Expand All @@ -62,8 +62,8 @@ To enable interactive widgets in your notebook, add and run a cell with:
.. _sorting_view:

sortingview
^^^^^^^^^^^
Install sortingview
^^^^^^^^^^^^^^^^^^^

The :code:`sortingview` backend generates web-based and shareable links that can be viewed in the browser.

Expand All @@ -89,8 +89,8 @@ Finally, if you wish to set up another cloud provider, follow the instruction fr
`kachery-cloud <https://github.com/flatironinstitute/kachery-cloud>`_ package ("Using your own storage bucket").


ephyviewer
^^^^^^^^^^
Install ephyviewer
^^^^^^^^^^^^^^^^^^

This backend is Qt based with PyQt5, PyQt6 or PySide6 support. Qt is sometimes tedious to install.

Expand Down

0 comments on commit f187e4c

Please sign in to comment.