emperor.nbinstall(overwrite=False, user=True, prefix=None)¶Copies resources to the ‘/nbextensions’ folder in your IPython directory
This function was taken from [1] and modified to match our usecase.
| Parameters: | overwrite : bool, optional
user : bool, optional
prefix : str, optional
|
|---|---|
| Raises: | ArgumentConflict
|
Notes
After you install emperor, call this function once before attempting to
call Emperor in the Jupyter notebook.
References
| [R4] | GitHub repository for qgrid https://github.com/quantopian/qgrid |