Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 711 Bytes

jupyter_integration.md

File metadata and controls

15 lines (9 loc) · 711 Bytes

Jupyter integration

⚠️ This is probably not working. Needs to be updated.

You can also view sortingview widgets directly in Jupyter lab or Jupyter notebook. As with local mode and electron mode, no data goes to the cloud, and the front-end simply communicates with the python kernel. It uses the ipywidgets mechanism.

After creating a view, simply use the following command in the notebook cell.

view.jupyter(height=800)

Alternatively, you can display the view in the cell as any other viewable jupyter object.

See example notebook sortingview_jupyter.ipynb