Utilities for installing Javascript extensions for the notebook
Bases: IPython.core.application.BaseIPythonApplication
Entry point for installing notebook extensions
Check whether nbextension files have been installed
files should be a list of relative paths within nbextensions.
Returns True if all files are found, False if any are missing.
Install a Javascript extension for the notebook
Stages files and/or directories into IPYTHONDIR/nbextensions. By default, this compares modification time, and only stages files that need updating. If overwrite is specified, matching files are purged before proceeding.
Parameters: | files : list(paths or URLs)
overwrite : bool [default: False]
symlink : bool [default: False]
ipython_dir : str [optional]
verbose : int [default: 1]
|
---|