##// END OF EJS Templates
Merge pull request #7752 from Carreau/nbdoc...
Thomas Kluyver -
r20404:06172415 merge
parent child Browse files
Show More
@@ -160,7 +160,7 b' def install_nbextension(path, overwrite=False, symlink=False, user=False, prefix'
160 160 Otherwise do a system-wide install (e.g. /usr/local/share/jupyter/nbextensions).
161 161 prefix : str [optional]
162 162 Specify install prefix, if it should differ from default (e.g. /usr/local).
163 Will install to prefix/share/jupyter/nbextensions
163 Will install to ``<prefix>/share/jupyter/nbextensions``
164 164 nbextensions_dir : str [optional]
165 165 Specify absolute path of nbextensions directory explicitly.
166 166 destination : str [optional]
General Comments 0
You need to be logged in to leave comments. Login now