Commit Graph

9011 Commits

Author SHA1 Message Date
Min RK
f3e2b02be5 Merge pull request #1206 from minrk/patch-session-kernel
Allow modifying kernel associated with a session via PATCH
2016-03-21 10:55:07 +01:00
Min RK
69ca6b7038 Merge pull request #1232 from julienr/fix_1204
Use casper.open() instead of casper.start() to open the dashboard.
2016-03-21 10:48:55 +01:00
Matthias Bussonnier
05a5d8301e Make keyboard shortcuts declaratives 2016-03-20 15:52:50 -07:00
Min RK
792ff7d2d2 Merge pull request #1231 from minrk/cookie_flags
Add `cookie_options` to make cookie args configurable
2016-03-20 13:05:33 +01:00
Matthias Geier
6da2ea0cd1 Restore "development FAQ", but keep only the first item 2016-03-19 17:43:40 +01:00
Matthias Geier
3c1fcedfaa Re-order the node/npm section
And add the conda command provided by @damianavila.
2016-03-19 14:37:58 +01:00
Matthias Geier
b6a2d81e1e Add a welcoming sentence suggested by @willingc 2016-03-19 14:24:08 +01:00
Julien Rebetez
b1a0ca0116 Use casper.open() instead of casper.start() to open the dashboard.
Calling casper.start() multiple times causes casper to skip subsequent
then().
Fix #1204
2016-03-19 00:05:32 +01:00
Min RK
84003fb30d Merge pull request #1215 from Summersa/master
Toggle Header in Edit page
2016-03-18 15:01:45 +01:00
Min RK
07c4d23cad make cookies httponly by default
we don't need or want cookie access in js
2016-03-18 13:48:00 +01:00
Min RK
417b17450e Add cookie_options to make cookie args configurable 2016-03-18 13:46:29 +01:00
Min RK
3c4f6e9e74 Merge pull request #1002 from jasongrout/delayevaluation
Implement delayed evaluation for the cell executions happening before a kernel is set up
2016-03-17 20:34:52 +01:00
Jason Grout
ab35cf8a3b Reword console log message 2016-03-17 15:17:28 -04:00
Jason Grout
60908dd30d Fix code cell execution code in light of kernel message buffering. 2016-03-17 14:33:02 -04:00
Jason Grout
a7b122f524 Add more kernel message buffer tests. 2016-03-17 13:48:19 -04:00
Carol Willing
a7ac9d0a04 Merge pull request #1221 from minrk/retry-js-tests
retry js tests on travis
2016-03-17 06:52:19 -07: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
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
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
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
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
Matthias Geier
ac89707ecc DOC: Trying to make a single place for contributor docs
See #1193.
2016-03-14 20:21:27 +01: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
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
Min RK
a6b8da4019 Merge pull request #1187 from minrk/encode-url-terminal
add missing url-encoding of base_url in terminal/edit templates
2016-03-09 11:41:40 +01:00
Min RK
8c038e3ddb add missing url-encoding of base_url in terminal/edit templates
This was fixed in the notebook and tree views,
but overlooked in edit, terminal
2016-03-08 20:58:06 +01:00
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
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
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