g2nb / igv-jupyter

Extension for Jupyter which integrates igv.js
MIT License
154 stars 14 forks source link

Install and enable igv.js nbextension automatically with PIP install #21

Closed tmtabor closed 5 years ago

tmtabor commented 5 years ago

This creates an igv.json file which is placed at etc/jupyter/nbconfig/notebook.d/igv.json. This file tells Jupyter to automatically load the igv nbextension.

It also also automatically installs the nbextension when the Python package is PIP installed by moving the Javascript files to share/jupyter/nbextensions/igv.

jrobinso commented 5 years ago

Thanks Thorin!