Kerwin.Sun
|
ebfe75b6df
|
rm dependences of py2 in base path.
|
7 years ago |
maartenbreddels
|
46e2534a06
|
py27 compat importing
|
8 years ago |
maartenbreddels
|
772544e60f
|
renamed manager.py to config_manager.py and added more docstrings
|
8 years ago |
maartenbreddels
|
89b32e4412
|
allow default json files in a .d directory, original PR: ipython/traitlets#452
|
8 years ago |
bacboc
|
7e054a7b69
|
Fix some broken link
|
9 years ago |
Thomas Kluyver
|
059c2b77fc
|
Switch to jupyter_core implementation of ensure_dir_exists
Closes gh-2858
Requires jupyter_core 4.4.0, which I just released.
|
9 years ago |
M Pacer
|
2fac7003e2
|
changed all python variables named file to file_name to not override built_in file
|
9 years ago |
Thomas Kluyver
|
2884afc3cb
|
Describe the --py flag for uninstall command
|
9 years ago |
Thomas Kluyver
|
d992f42421
|
Fix description for disable command
|
9 years ago |
Thomas Kluyver
|
add7c44d51
|
Uninstall an nbextension from the first location it is found
Closes gh-2725 (see discussion on that PR)
|
9 years ago |
Min RK
|
e70e7be6de
|
remove unused code in nbextensions
- unused imports
- call jupyter_path instead of reimplementing it
|
9 years ago |
kikocorreoso
|
97263161e4
|
fix and tests for the issue related with the trailing slash using 'nbextension install' (see #2069)
|
9 years ago |
Min RK
|
b398d005ad
|
Add base aliases for nbextensions apps
Includes `--log-level` alias that was missing from install/enable applications
|
10 years ago |
Sylvain Corlay
|
27c7aaa434
|
Remove ununsed private API
|
10 years ago |
Sylvain Corlay
|
0e8b8b67d2
|
Separate common classes for server and notebook extensions
|
10 years ago |
Grant Nestor
|
025f753c7d
|
Merge pull request #1645 from Carreau/improve-nbextension-error-message
Improve the error message for the nbextension.
|
10 years ago |
Philipp A
|
16af539f95
|
Improved message for conflicting args
|
10 years ago |
Matthias Bussonnier
|
25232daae3
|
Improve the error message for the nbextension.
Closes #1624
|
10 years ago |
Thomas Kluyver
|
f5abb87488
|
Don't pass destination when installing nbextension from Python package
Closes gh-1401
|
10 years ago |
Min RK
|
e1eacf8d25
|
specify destination for nbextension install
arg was supported, just not passed along
|
10 years ago |
Jonathan Frederic
|
b5fe73858d
|
Merge pull request #1275 from minrk/fix-validation-warnings
fix validation warnings when validating
|
10 years ago |
Min RK
|
d1358dd9ba
|
fix validation warnings
map is lazily evaluated, so doesn't show messages
|
10 years ago |
Min RK
|
c3b547c17e
|
some tests, fixes for nbextension aliases
- fix some undefined aliases, tests for help output
- make uninstall symmetrical with install
|
10 years ago |
Min RK
|
6371f8aec2
|
add `--system` flag for enable/disable
add more docs coverage, help output
So that the three cases are covered:
- system-wide (default for install)
- user (default for enable)
- sys-prefix
|
10 years ago |
Min RK
|
d0e0ddf400
|
use print for nbextension list output
logging is inappropriate here
also only show config dir if there's config in it.
|
10 years ago |
Nicholas Bollweg
|
c72d93e426
|
adding sys_prefix override of user
|
10 years ago |
Jonathan Frederic
|
74ee26df8f
|
Merge pull request #22 from minrk/nbextension-command
use import_item to allow any module to provide an nbextension
|
10 years ago |
Brian E. Granger
|
75292d332c
|
Merge pull request #19 from bollwyvl/nbext-pain-restore-debug
Restoring --debug and --log-level
|
10 years ago |
Min RK
|
f3873f04d3
|
use import_item to allow any module to provide an nbextension
|
10 years ago |
Nicholas Bollweg
|
febb762412
|
unicode everywhere for logging
|
10 years ago |
Nicholas Bollweg
|
684fa5dfcb
|
restoring --debug and --log-level
|
10 years ago |
Nicholas Bollweg
|
a0fd730246
|
fixing doc
|
10 years ago |
Nicholas Bollweg
|
19c65b606a
|
changing extension enable/disable configuration default to --user
|
10 years ago |
Nicholas Bollweg
|
bb18735203
|
move logging to app for making better args
|
10 years ago |
Nicholas Bollweg
|
eec61bbf4f
|
add message for install
|
10 years ago |
Marcos Vanetta
|
6f72d619e0
|
Normalize path to fix symlink creation
|
10 years ago |
Nicholas Bollweg
|
a17b7021ab
|
docstrings for everyone 🎉
|
10 years ago |
Nicholas Bollweg
|
e39a702654
|
documenting public members of nbextension
|
10 years ago |
Nicholas Bollweg
|
7859e9d7e7
|
adding more tests for validation, cleaning up validation return values
|
10 years ago |
Nicholas Bollweg
|
f3074fde93
|
logging, removing redundant implementations
|
10 years ago |
Nicholas Bollweg
|
071e92689e
|
adding initial post-install validation
|
10 years ago |
Jonathan Frederic
|
540a143c86
|
Grammar cc @bollwyvl
|
10 years ago |
Nicholas Bollweg
|
2d30b4d70a
|
fixing log output... could be more verbose
|
10 years ago |
Jonathan Frederic
|
295e0a5aed
|
Use enabled/disabled
|
10 years ago |
Jonathan Frederic
|
6b4790bade
|
Use +/- instead of O/X or T/F
|
10 years ago |
Jonathan Frederic
|
89f12266bd
|
Remove extra junk from logging output
|
10 years ago |
Matthias Bussonnier
|
32b5ba3b53
|
Log only if logger defined
|
10 years ago |
Matthias Bussonnier
|
4ce3f00983
|
only log if loggable
|
10 years ago |
Matthias Bussonnier
|
4959581420
|
fix some tests.
|
10 years ago |
Matthias Bussonnier
|
0ac9277f21
|
Add deprecation warning and unbreak API
|
10 years ago |