##// END OF EJS Templates
Document limitations of symlink parameter to install_nbextension...
Thomas Kluyver -
Show More
@@ -93,7 +93,9 b' def install_nbextension(files, overwrite=False, symlink=False, ipython_dir=None,'
93 If True, always install the files, regardless of what may already be installed.
93 If True, always install the files, regardless of what may already be installed.
94 symlink : bool [default: False]
94 symlink : bool [default: False]
95 If True, create a symlink in nbextensions, rather than copying files.
95 If True, create a symlink in nbextensions, rather than copying files.
96 Not allowed with URLs or archives.
96 Not allowed with URLs or archives. Windows support for symlinks requires
97 Vista or above, Python 3, and a permission bit which only admin users
98 have by default, so don't rely on it.
97 ipython_dir : str [optional]
99 ipython_dir : str [optional]
98 The path to an IPython directory, if the default value is not desired.
100 The path to an IPython directory, if the default value is not desired.
99 get_ipython_dir() is used by default.
101 get_ipython_dir() is used by default.
General Comments 0
You need to be logged in to leave comments. Login now