Matthias Bussonnier
67ff596f8d
make the ENABLE/DISABLE markers ASCII
10 years ago
Matthias Bussonnier
14b1224c47
unbreak API
10 years ago
Matthias Bussonnier
976687e668
remove unused import
10 years ago
Matthias Bussonnier
0b2b908dc3
Fix dict.update does nto return a copy
10 years ago
Matthias Bussonnier
63d6dbd775
remove redundant defaults
10 years ago
Matthias Bussonnier
287e4a97be
Combine logic
10 years ago
Matthias Bussonnier
d87d26bfd8
Fix undefined variables
10 years ago
Jonathan Frederic
6288b7abae
@carreau's comments
10 years ago
Jonathan Frederic
166afb928c
Clarify doc strings
10 years ago
Jonathan Frederic
50d3452a4c
Use better ansi codes
10 years ago
Jonathan Frederic
54dd9c525a
Squash some bugs and write unit tests
...
Fix the new tests
10 years ago
Jonathan Frederic
24d95a5d62
Server extensions dict,
...
and formatted output
10 years ago
Jonathan Frederic
e8dd95f41d
Address review comments
10 years ago
Jonathan Frederic
8d2f8c1601
Some more updates to nbext and serverext
10 years ago
Jonathan Frederic
fd2fda7467
Address additional comments
10 years ago
Jonathan Frederic
6cc81453d4
Simplify mappings
10 years ago
Jonathan Frederic
9d6b048633
Add uninstall command
10 years ago
Jonathan Frederic
049d00a923
Remove json dependency
10 years ago
Jonathan Frederic
ea95f4101e
Add common, terminal, and edit extension points
10 years ago
Jonathan Frederic
a92244b7fb
Format list command output nicely
10 years ago
Jonathan Frederic
067e452b79
--py and --python should work
10 years ago
Brian E. Granger
de42e6d9d2
Working on logging.
10 years ago
Brian E. Granger
7705bfd5ab
New approach working, old approach gone.
10 years ago
Brian E. Granger
b208d29d84
More changes to the nbextensions.
10 years ago
Matthias Bussonnier
d16576eb68
Use more pythonic way to check wether module have attribute
...
closes #303
11 years ago
Andrew Therriault
ac6b6122ff
Fix symlink issue with Win/Py2
...
Addresses issue #302 by adding check for symlink before attempting to
use. If not there, sets symlink parameter to False.
11 years ago
Min RK
2db0749cf3
relative import of ConfigManager
...
avoids wrong import on Python 2
11 years ago
Thomas Kluyver
00bb47fb24
Error on disabling extension not currently enabled
11 years ago
Thomas Kluyver
095e77dfd7
Error on >1 extension for enable/disable commands
11 years ago
Thomas Kluyver
c21debfc4a
Use notebook config file for nbextension commands
11 years ago
Thomas Kluyver
ff9f36e7f0
Local imports of ConfigManager to avoid Py2 circular import issue
11 years ago
Thomas Kluyver
29fabd3c16
Add command-line interface to enable/disable nbextensions
...
i.e. to enable cite2c, you'd use
`jupyter nbextension enable cite2c/main`.
Open questions:
1. Should these commands accept multiple extension names in one call?
nbextension install currently doesn't, so there's a symmetry argument,
but it would be easy to handle more than one if necessary.
2. Especially for disable, should it give an error if you try to disable
something that's not enabled? Currently it will just pass silently.
Enable could also fail if it's already enabled, but that seems less
useful.
11 years ago
Min RK
b9ffd1428e
include version in --version output
11 years ago
Thomas Kluyver
70885bd5ba
Update some references to NBExtensionApp
11 years ago
Thomas Kluyver
dee5462fca
install-nbextension -> nbextension install
...
We decided the other week to namespace it like this to avoid having to
change the way subcommands are found.
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago