Maarten A. Breddels
5a3272f771
fixed a typo, and corrected the help text
2016-03-14 14:10:55 +01:00
Maarten A. Breddels
b9d106a808
implemented changes as discussed at PR 775, password generation moved to module
2016-03-07 14:13:07 +01:00
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.
2016-03-07 14:11:41 +01:00
Matthias Bussonnier
d3ff8d69de
Merge pull request #1172 from jakirkham/minor_docker_opts
...
Dockerfile: Add missing `--no-cache-dir` option.
2016-03-04 12:13:07 -08:00
John Kirkham
fe16877ecd
Dockerfile: Add missing --no-cache-dir
option.
2016-03-04 12:45:44 -05:00
Thomas Kluyver
2018e800dc
Merge pull request #1168 from minrk/allow-root-notebook-dir
...
allow notebook-dir to be root
2016-03-04 11:50:45 +00:00
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
2016-03-04 10:54:27 +01:00
Matthias Bussonnier
4418f36a7c
Merge pull request #1165 from blink1073/lab-about-page
...
Add about page
2016-03-03 11:43:27 -08:00
Steven Silvester
5380d8bc05
Add about page
2016-03-03 12:28:45 -06:00
Min RK
216793eb2a
Merge pull request #1153 from blink1073/update-plugins
...
Update to latest Lab plugins
2016-03-01 13:08:03 +01:00
Steven Silvester
b2c7430a7a
Update to latest plugins
2016-02-29 14:44:48 -06:00
Kyle Kelley
44124408b4
Merge pull request #1149 from dsifford/patch-1
...
[Dockerfile change]: Add 2 dependencies to python build layer
2016-02-26 23:57:24 -06:00
Derek Sifford
b112f015de
Add comment to line 5 referencing docker-stacks
2016-02-27 00:35:32 -05:00
Jonathan Frederic
ef0bb2a5c8
Merge pull request #1143 from captainsafia/fix-edit-for-js
...
Exempt javascript files from files check
2016-02-26 21:05:45 -08:00
Derek Sifford
0e71b5ea1f
Add dependencies to python build layer
...
`pip2 install scipy` (and potentially others) fails without `libatlas-base-dev` and `gfortran`.
2016-02-26 18:25:47 -05:00
Min RK
d6b4ef071b
Merge pull request #972 from blink1073/add-lab-page
...
Add Lab Page
2016-02-26 16:16:00 +01:00
Jonathan Frederic
f163275181
Merge pull request #1145 from minrk/fix-delete
...
Freeze selection when performing actions on selected items
2016-02-25 09:35:39 -08:00
Steven Silvester
d09cc9f5ed
Remove unused setup command
2016-02-25 09:39:58 -06:00
Steven Silvester
80db07a5e2
Remove unused dependency
2016-02-25 09:36:55 -06:00
Steven Silvester
a63f098d0e
Remove scratch notebook
2016-02-25 09:35:23 -06:00
Steven Silvester
317f102663
Fix setupbase and update to latest plugins
2016-02-25 09:12:55 -06:00
Steven Silvester
e663bc3156
Add a jupyter lab page
...
wip add lab page
Add missing source files
Remove unused typings
Clean up tsconfig
No typings are required
Add typescript to dev dependencies
Switch to a JS-only build
Remove unused config file
Remove unused test and cleanup handlers
Update the setup file to build the lab
Use new application plugin from js-plugins
Remove whitespace changes
Bump plugins version
Update to latest plugins
Update to latest plugins
Update to latest jupyter-js-plugins and add files to manifest
Work around bug in css-loader
Update plugins and fix webpack warning
Update lab version
Fix static directory path
Bump plugins version
Add the try jupyter link
Bump dependencies
Back out whitespace changes
Update plugins version
Update dependencies
Update the bootstrap file
Use a standalone template for the lab page
2016-02-25 09:09:05 -06:00
Min RK
2c4138862f
Freeze selection when performing actions on selected items
...
avoids async changes to selection causing events to misfire
Fixes delete being a no-op due to select being cleared by shutdown_selected
2016-02-25 11:37:57 +01:00
Min RK
9e1ce0e3dc
Merge pull request #1142 from captainsafia/fix-rename-with-capitalization
...
Fix rename_file to be case insensitive
2016-02-25 11:17:32 +01:00
Min RK
f504fb277b
Merge pull request #1144 from julienr/fix_tests_readme
...
Update tests/README.md
2016-02-25 11:17:05 +01:00
Julien Rebetez
93201ddece
Update tests/README.md to point towards using notebook.jstest instead of iptest
2016-02-25 10:49:51 +01:00
Safia Abdalla
e30c28eeba
Updated same_file to check for same device
2016-02-25 02:06:15 -06:00
Safia Abdalla
955c3d0c03
Exempt javascript files from files check
2016-02-25 01:59:29 -06:00
Safia Abdalla
7a8aa92b73
Add same_file check in rename_file
2016-02-25 01:36:34 -06:00
Safia Abdalla
3f4a2cb00b
Add same_file utility function
2016-02-25 01:34:14 -06:00
Carol Willing
5d6acb1db5
Merge pull request #1134 from captainsafia/update-contrib-in-readme
...
Update link to developer documentation
2016-02-25 01:28:38 +08:00
Safia Abdalla
515df8b7b7
Update README.md
2016-02-24 11:08:45 -06:00
Thomas Kluyver
964c31fbe8
Merge pull request #1139 from minrk/run-npm-if-we-should
...
simplify js build steps
2016-02-24 16:28:17 +00:00
Min RK
70367e77e3
remove unused force option from js dependencies
2016-02-24 16:05:09 +01:00
Min RK
67b54ffbec
clarify jsdeps command description
...
it's js dependencies (both build and run)
2016-02-24 16:02:50 +01:00
Min RK
d7a0aba848
only write file in jsversion if there's a change to make
...
avoids updating the file's mtime unnecessarily, forcing a rebuild
2016-02-24 16:00:39 +01:00
Min RK
fdc1bb50da
simplify js build steps
...
- run npm, bower install every time (except from sdist).
Removes need to check npm, bower sources.
- only check `built/index.js` for build target
since webpack is only a single step now
2016-02-24 16:00:39 +01:00
Min RK
b0a49719eb
Merge pull request #1138 from takluyver/js-no-arrow-func
...
Don't use arrow functions in webpack js config
2016-02-24 15:58:56 +01:00
Thomas Kluyver
c6fe4db8e8
Don't use arrow functions in webpack js config
...
The => syntax doesn't work on the version of Node currently packaged in
Ubuntu - which is admittedly two years old, but it's what the
development install instructions point people to.
2016-02-24 13:58:07 +00:00
Thomas Kluyver
843e9a181a
Merge pull request #1136 from minrk/close-restart-channel
...
channel.closed is a method
2016-02-24 13:17:13 +00:00
Min RK
6b82621b9a
Merge pull request #1130 from takluyver/daemonic-test-server
...
Mark thread for test server as daemonic
2016-02-24 13:49:54 +01:00
Min RK
ba161b06dd
teardown zmq Context explicitly at the end of each test group
...
Increases the chances of noticing when we aren't cleaning up our sockets properly.
2016-02-24 13:45:00 +01:00
Min RK
1c47a3dbb5
channel.closed is a method
...
since we weren't calling it, the restart channel was never closed,
causing process teardown to hang *sometimes*, depending on garbage collection.
2016-02-24 13:43:33 +01:00
Min RK
d62bdf4774
Merge pull request #1121 from brandles/update-dockerfile
...
Updated Dockerfile for widgetsnbextension
2016-02-24 09:59:05 +01:00
Min RK
a1458ce8fc
Merge pull request #1047 from jdfreder/webpack
...
use webpack
2016-02-24 08:52:35 +01:00
Safia Abdalla
91397a75b4
Update link to developer documentation
2016-02-23 19:56:01 -06:00
Jonathan Frederic
4b8f19e5e7
Merge pull request #1127 from minrk/read-only-download
...
Don't force save before download if notebook isn't writable
2016-02-23 16:50:24 -08:00
Min RK
95bd8c3c76
Merge pull request #940 from Carreau/enable-warnings
...
show warnings during tests
2016-02-23 10:19:58 +01:00
Min RK
7472fc0458
Don't force save before download if notebook isn't writable
2016-02-23 09:10:32 +01:00
Matthias Bussonnier
6ab2cd0dd6
Show warnings during tests
2016-02-22 21:52:14 -08:00