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.
This creates an
igv.json
file which is placed atetc/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
.