Commit Graph

9168 Commits

Author SHA1 Message Date
Min RK
3f83ff525b Merge pull request #506 from minrk/limit-output
limit merging of stream output
2016-03-08 11:34:08 +01:00
Min RK
233f04428d Merge pull request #621 from julienr/inline_images
Implement markdown cell attachments. Allow drag’n’drop of images into…
2016-03-08 11:33:56 +01:00
Jonathan Frederic
35f888948f s/require/module for serverextension cc @minrk 2016-03-07 10:13:02 -08:00
Jonathan Frederic
540a143c86 Grammar cc @bollwyvl 2016-03-07 10:12:45 -08:00
Jonathan Frederic
5b6eb13d3b Merge pull request #9 from bollwyvl/nbext-pain-ceci-nest-pas-une-nbextension
cleaning up references to nbextensions in serverextensions
2016-03-07 09:53:39 -08:00
Nicholas Bollweg
2b43653ac3 actually, should be public 2016-03-07 12:44:00 -05:00
Jonathan Frederic
2fc9dbef5a Merge pull request #8 from bollwyvl/nbext-pain-logger-args
fixing log output... could be more verbose
2016-03-07 09:41:56 -08:00
Nicholas Bollweg
ce4e3fc189 cleaning up references to nbextensions in serverextensions 2016-03-07 12:39:24 -05:00
Thomas Kluyver
c424d61558 Adjust text of notebook heading in new menu
Closes jupyter/jupyter#97
2016-03-07 16:42:25 +00:00
Thomas Kluyver
291e0c101e Adjust styling of dropdown header in new menu 2016-03-07 16:41:01 +00:00
Nicholas Bollweg
2d30b4d70a fixing log output... could be more verbose 2016-03-07 11:03:53 -05: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
Jonathan Frederic
295e0a5aed Use enabled/disabled 2016-03-01 10:02:37 -08:00
Jonathan Frederic
6b4790bade Use +/- instead of O/X or T/F 2016-03-01 09:54:08 -08:00
Jonathan Frederic
89f12266bd Remove extra junk from logging output 2016-03-01 09:49:50 -08: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
Jonathan Frederic
b8e1e8d712 Merge pull request #7 from Carreau/fix-jon
More fixes fro nbextensions
2016-02-29 13:47:58 -08:00
Matthias Bussonnier
32b5ba3b53 Log only if logger defined 2016-02-29 12:51:50 -08:00
Steven Silvester
b2c7430a7a Update to latest plugins 2016-02-29 14:44:48 -06:00
Matthias Bussonnier
4ce3f00983 only log if loggable 2016-02-29 11:49:53 -08:00
Matthias Bussonnier
174d772e75 remove verbosity 2016-02-29 11:32:24 -08:00
Matthias Bussonnier
4959581420 fix some tests. 2016-02-29 11:30:45 -08:00
Matthias Bussonnier
0ac9277f21 Add deprecation warning and unbreak API 2016-02-29 11:15:53 -08:00
Matthias Bussonnier
67ff596f8d make the ENABLE/DISABLE markers ASCII 2016-02-29 10:49:14 -08:00
Matthias Bussonnier
5e49c502ac revert space changes 2016-02-29 10:48:31 -08:00
Matthias Bussonnier
14b1224c47 unbreak API 2016-02-29 10:41:56 -08:00
Jonathan Frederic
13c20df261 Merge pull request #6 from Carreau/fix-jon
Fix undefined variables
2016-02-29 10:29:43 -08:00
Matthias Bussonnier
976687e668 remove unused import 2016-02-29 10:17:01 -08:00
Matthias Bussonnier
0b2b908dc3 Fix dict.update does nto return a copy 2016-02-29 10:04:28 -08:00
Matthias Bussonnier
63d6dbd775 remove redundant defaults 2016-02-29 10:01:08 -08:00
Matthias Bussonnier
287e4a97be Combine logic 2016-02-29 10:00:15 -08:00
Matthias Bussonnier
eb87e16ccb Minor style fixes 2016-02-29 09:53:06 -08:00
Matthias Bussonnier
d87d26bfd8 Fix undefined variables 2016-02-29 09:48:19 -08:00
Jonathan Frederic
6288b7abae @carreau's comments 2016-02-29 08:53:57 -08: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
Jonathan Frederic
166afb928c Clarify doc strings 2016-02-26 16:01:39 -08:00
Jonathan Frederic
50d3452a4c Use better ansi codes 2016-02-26 15:58:43 -08:00
Jonathan Frederic
fa399450c4 Fix poor logic in manager.py 2016-02-26 15:41:24 -08:00
Jonathan Frederic
29279e21e7 Fix typo 2016-02-26 15:41:14 -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
Jonathan Frederic
b5c4e98fe8 Get the serverextensions stuff to work and add unit tests for it 2016-02-26 15:15:27 -08:00