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
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
9ab90bd835
fix regex
10 years ago
Pierre Gerold
0b44f64e9d
Move test function to test file
10 years ago
Matthias Bussonnier
bed0bd1ee2
Typo: `verison` -> `version` (swap `s` and `i`)
10 years ago
Pierre Gerold
f557c8c9b7
Fusion between carreau & mink solution about version nb checking
10 years ago
Matthias Bussonnier
f873493f9f
Test for Pep440 non-Complaint version numbers
...
test directly in the version number file, as the version number is
likely to be committed before running tests, so we want **really quick
failure**.
10 years ago
Safia Abdalla
84f1f6fc3d
Replace backslash with slash
11 years ago
Safia Abdalla
292ba6fd1b
Added tests for notebook path with backslash
11 years ago
Min RK
7db1410a11
test --generate-config
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago