Commit Graph

9174 Commits

Author SHA1 Message Date
Nicholas Bollweg
684fa5dfcb restoring --debug and --log-level 2016-03-16 23:42:05 -04:00
Jonathan Frederic
d4cc42d4ca Merge pull request #18 from bollwyvl/nbext-pain-enable-user
Update user config by default (not system) for extension enable/disable
2016-03-16 22:00:34 -04:00
Nicholas Bollweg
a0fd730246 fixing doc 2016-03-16 21:16:20 -04:00
Nicholas Bollweg
19c65b606a changing extension enable/disable configuration default to --user 2016-03-16 21:12:48 -04:00
Jason Grout
4a05b1fb8f Implement kernel message buffering for when the websocket is not connected. 2016-03-16 17:56:15 -04:00
Jason Grout
b38f74758b Add tests for notebook cell execution buffering. 2016-03-16 17:55:46 -04:00
summersa
d1203448f8 Add option to toggle header on edit page 2016-03-16 11:44:51 -04:00
Jonathan Frederic
6c286930da Merge pull request #15 from willingc/update-nb
Fix typo found by @minrk
2016-03-16 08:48:13 -04:00
Jonathan Frederic
d6ac30e094 Merge pull request #17 from willingc/update-contents
Update the table of contents
2016-03-16 08:47:51 -04:00
Jonathan Frederic
4d515daa6d Merge pull request #16 from bollwyvl/nbext-pain-install-msg
Add command template for nbextension enable after install
2016-03-16 08:47:25 -04:00
Min RK
2636fd7f4f retry js tests on travis
This is a lazy thing to do because intermittently failing tests are often actual bugs
(usually in the tests themselves).
But if we are just going to kick Travis to re-run when this happens,
we might as well let Travis do it automatically.
2016-03-16 12:10:13 +01:00
Min RK
6af49e7875 Merge pull request #1212 from blink1073/fix-lab-scrolling
Fix notebook scrolling in JupyterLab
2016-03-16 12:05:00 +01:00
Min RK
b5b50299e8 Merge pull request #1220 from flying-sheep/patch-1
Fix .rendered_html ol/ul with .list-inline
2016-03-16 11:39:58 +01:00
Min RK
b98af08158 Merge pull request #1216 from SylvainCorlay/pager-append
Add missing pager.append function
2016-03-16 11:09:01 +01:00
Philipp A
df2cab0ec3 fixed and DRYed .rendered_html ol/ul styles 2016-03-16 10:04:21 +01:00
Min RK
23b1beaabc treat null values as unspecified in session PATCH 2016-03-16 09:58:49 +01:00
Min RK
e9957ddb35 Handle coroutine possibility in test_sessionmanager 2016-03-16 09:58:49 +01:00
Min RK
02d1554f8f Allow modifying kernel associated with a session via PATCH
- PATCH to kernel.id attaches to other kernel
- PATCH to kernel.name starts new kernel with given name

Previous kernel is shutdown after the change
2016-03-16 09:58:48 +01:00
Carol Willing
75386815d8 Update the table of contents 2016-03-15 22:30:48 -07:00
Sylvain Corlay
0f4d3be470 Add missing pager.append function 2016-03-15 20:14:29 -04:00
Steven Silvester
86b1536d18 Fix mathjax link 2016-03-15 13:31:29 -05:00
Steven Silvester
39b42307c9 Update mathjax link 2016-03-15 13:28:01 -05:00
Steven Silvester
42c1dae7a2 Bump version again 2016-03-15 12:39:06 -05:00
Nicholas Bollweg
bb18735203 move logging to app for making better args 2016-03-15 11:02:29 -04:00
Nicholas Bollweg
eec61bbf4f add message for install 2016-03-15 10:42:01 -04:00
Matthias Geier
13a81daf94 Remove section about Python Development Libs 2016-03-15 15:38:31 +01:00
Matthias Geier
60f1aa14ea Re-order installation instructions 2016-03-15 15:28:08 +01:00
Matthias Geier
daedb4da79 Add more information about building the docs 2016-03-15 15:15:33 +01:00
Matthias Geier
8ae254de85 Some improvements suggested by @willingc
See #1208.
2016-03-15 14:32:49 +01:00
Steven Silvester
f1d217fd92 Bump js-plugins dependency to fix scrolling 2016-03-15 08:13:45 -05:00
Carol Willing
915920ac72 Fix typo found by @minrk 2016-03-15 05:02:44 -07:00
Min RK
3feea61802 Merge pull request #775 from maartenbreddels/master
new feature: NotebookApp.password_required forces user to have a password
2016-03-15 09:50:51 +01:00
Jonathan Frederic
4db4691563 Merge pull request #14 from willingc/update-nb
Update nbextensions notebook from @nbollweg
2016-03-14 15:04:39 -07:00
Carol Willing
33a58c8bcb Fix @nbollweg comments 2016-03-14 13:28:34 -07:00
Carol Willing
8b202574ef Edit documentation notebook 2016-03-14 13:28:19 -07:00
Matthias Geier
ac89707ecc DOC: Trying to make a single place for contributor docs
See #1193.
2016-03-14 20:21:27 +01:00
Jonathan Frederic
64c0e42a0a Merge pull request #13 from malev/fix-symlink
Normalize path to fix symlink creation
2016-03-14 10:46:03 -07:00
Maarten A. Breddels
5a3272f771 fixed a typo, and corrected the help text 2016-03-14 14:10:55 +01:00
Min RK
6cb736afd7 Merge pull request #1201 from blink1073/functional-lab-notebook
Make JupyterLab notebook functional and add mathjax support
2016-03-12 20:12:14 +01:00
Steven Silvester
4a48cad90a Make notebook functional and add mathjax 2016-03-12 09:22:28 -06:00
Marcos Vanetta
6f72d619e0 Normalize path to fix symlink creation 2016-03-11 14:32:58 -07:00
Matthias Bussonnier
dcd9027af2 Merge pull request #1180 from takluyver/new-notebook-menu-header
Clarify notebook heading in new menu
2016-03-10 14:44:57 -08:00
Jonathan Frederic
053c83cce1 Merge pull request #12 from bollwyvl/nbext-pain-ipynb-doc
Initial crack at documentation for new-wave extension stuff
2016-03-10 11:12:09 -08:00
Nicholas Bollweg
d54ed564af initial crack at documentation for new-wave extension stuff 2016-03-10 13:44:50 -05:00
Jonathan Frederic
e48015e08f Merge pull request #11 from bollwyvl/nbext-pain-validation
More docstrings!
2016-03-10 09:34:42 -08:00
Nicholas Bollweg
a17b7021ab docstrings for everyone 🎉 2016-03-10 12:04:24 -05:00
Nicholas Bollweg
e39a702654 documenting public members of nbextension 2016-03-10 11:21:32 -05:00
Jonathan Frederic
16b52485dc Merge pull request #10 from bollwyvl/nbext-pain-validation
Post-flight validation for *extension enable/list
2016-03-10 08:07:47 -08:00
Nicholas Bollweg
77725985c1 adding test for non-python nbextension 2016-03-10 10:30:28 -05:00
Nicholas Bollweg
fe9c33dec0 add rudimentary documentation of server spec (in private function, bah) 2016-03-10 10:27:04 -05:00