Nicholas Bollweg
2d30b4d70a
fixing log output... could be more verbose
10 years ago
Maarten A. Breddels
b9d106a808
implemented changes as discussed at PR 775, password generation moved to module
10 years ago
Maarten A. Breddels
dc311c51a8
new feature: NotebookApp.password_required, when enabled will only run with a password present. If not present, will ask the user for it. This is useful in a multi user environment, for instance when everybody in the LAN can access each other's machine though ssh.
10 years ago
Matthias Bussonnier
d3ff8d69de
Merge pull request #1172 from jakirkham/minor_docker_opts
...
Dockerfile: Add missing `--no-cache-dir` option.
10 years ago
John Kirkham
fe16877ecd
Dockerfile: Add missing `--no-cache-dir` option.
10 years ago
Thomas Kluyver
2018e800dc
Merge pull request #1168 from minrk/allow-root-notebook-dir
...
allow notebook-dir to be root
10 years ago
Min RK
d618b4f21f
allow notebook-dir to be root
...
we were stripping `/`, which is fine except when that's the whole string,
which we were then interpreting as `''`, which gives the CWD.
This is a regression in 4.1
10 years ago
Matthias Bussonnier
4418f36a7c
Merge pull request #1165 from blink1073/lab-about-page
...
Add about page
10 years ago
Steven Silvester
5380d8bc05
Add about page
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
Min RK
216793eb2a
Merge pull request #1153 from blink1073/update-plugins
...
Update to latest Lab plugins
10 years ago
Jonathan Frederic
b8e1e8d712
Merge pull request #7 from Carreau/fix-jon
...
More fixes fro nbextensions
10 years ago
Matthias Bussonnier
32b5ba3b53
Log only if logger defined
10 years ago
Steven Silvester
b2c7430a7a
Update to latest plugins
10 years ago
Matthias Bussonnier
4ce3f00983
only log if loggable
10 years ago
Matthias Bussonnier
174d772e75
remove verbosity
10 years ago
Matthias Bussonnier
4959581420
fix some tests.
10 years ago
Matthias Bussonnier
0ac9277f21
Add deprecation warning and unbreak API
10 years ago
Matthias Bussonnier
67ff596f8d
make the ENABLE/DISABLE markers ASCII
10 years ago
Matthias Bussonnier
5e49c502ac
revert space changes
10 years ago
Matthias Bussonnier
14b1224c47
unbreak API
10 years ago
Jonathan Frederic
13c20df261
Merge pull request #6 from Carreau/fix-jon
...
Fix undefined variables
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
eb87e16ccb
Minor style fixes
10 years ago
Matthias Bussonnier
d87d26bfd8
Fix undefined variables
10 years ago
Jonathan Frederic
6288b7abae
@carreau's comments
10 years ago
Kyle Kelley
44124408b4
Merge pull request #1149 from dsifford/patch-1
...
[Dockerfile change]: Add 2 dependencies to python build layer
10 years ago
Derek Sifford
b112f015de
Add comment to line 5 referencing docker-stacks
10 years ago
Jonathan Frederic
ef0bb2a5c8
Merge pull request #1143 from captainsafia/fix-edit-for-js
...
Exempt javascript files from files check
10 years ago
Jonathan Frederic
166afb928c
Clarify doc strings
10 years ago
Jonathan Frederic
50d3452a4c
Use better ansi codes
10 years ago
Jonathan Frederic
fa399450c4
Fix poor logic in manager.py
10 years ago
Jonathan Frederic
29279e21e7
Fix typo
10 years ago
Derek Sifford
0e71b5ea1f
Add dependencies to python build layer
...
`pip2 install scipy` (and potentially others) fails without `libatlas-base-dev` and `gfortran`.
10 years ago
Jonathan Frederic
b5c4e98fe8
Get the serverextensions stuff to work and add unit tests for it
10 years ago
Jonathan Frederic
54dd9c525a
Squash some bugs and write unit tests
...
Fix the new tests
10 years ago
Jonathan Frederic
a205169002
Remove line that was causing the tests to fail
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
13905d5b83
Remove unused nbextensions_* variables
10 years ago