vispy.ipython.ipython module

Entry point for vispy’s IPython bindings

vispy.ipython.ipython.load_ipython_extension(ipython)[source]

Entry point of the IPython extension

Parameters
ipythonIPython interpreter

An instance of the IPython interpreter that is handed over to the extension

vispy.ipython.ipython.unload_ipython_extension(ipython)[source]

Unload the ipython extension

Parameters
ipythonIPython interpreter

An instance of the IPython interpreter that is handed over to the extension