ryanlovett
|
4d4dde7f08
|
Resolve notes from #1253.
|
2016-03-23 10:55:40 -07:00 |
|
Matthias Geier
|
2bad374763
|
Inline _parseNumbers()
|
2016-03-23 17:01:43 +01:00 |
|
Carol Willing
|
fbb0829bbc
|
Remove rst versions of nb
|
2016-03-22 18:28:43 -07:00 |
|
ryanlovett
|
3d467d6dc2
|
Restore atomic intermediate if notebook is invalid.
|
2016-03-22 16:09:01 -07:00 |
|
Matthias Bussonnier
|
7149e04594
|
Remove index.rst.
The actually used file is `Examples and Tutorials Index` in teh same
folder.
|
2016-03-22 14:51:46 -07:00 |
|
Steven Silvester
|
468a86e9c1
|
Update jupyter-js-plugins specifically
|
2016-03-22 14:57:16 -05:00 |
|
Steven Silvester
|
5366b9b678
|
Update plugins version and allow patch updates
|
2016-03-22 14:55:30 -05:00 |
|
Matthias Geier
|
52fae53534
|
Add error messages to the RangeErrors
|
2016-03-22 18:55:38 +01:00 |
|
Matthias Bussonnier
|
c94023758e
|
Fix some spelling
|
2016-03-22 09:40:09 -07:00 |
|
Thomas Kluyver
|
0f833a903b
|
Merge pull request #1240 from minrk/rm-IPython
fix a few remaining IPython Notebook references
|
2016-03-22 10:46:31 +00:00 |
|
Min RK
|
5e9c88b2fe
|
fix a few remaining IPython Notebook references
in HTML templates
|
2016-03-22 11:06:05 +01:00 |
|
Matthias Bussonnier
|
98484fe35a
|
add docs
|
2016-03-21 17:20:32 -07:00 |
|
Matthias Bussonnier
|
4d5d19e3b7
|
Cleanup code, make it more redable
|
2016-03-21 16:55:47 -07:00 |
|
Min RK
|
1c7bc21ca7
|
Merge pull request #1237 from blink1073/session-with-kernel-id
Allow a session to connect to an existing kernel
|
2016-03-21 17:33:17 +01:00 |
|
Matthias Geier
|
9d052588b5
|
Update ANSI tests
|
2016-03-21 17:26:10 +01:00 |
|
Matthias Geier
|
245287a83c
|
Remove ES 6 syntax and make integer conversion stricter
|
2016-03-21 17:25:38 +01:00 |
|
Steven Silvester
|
5b1e0a7d3c
|
Fall back on new kernel if kernel does note exist
|
2016-03-21 10:47:35 -05:00 |
|
Steven Silvester
|
59d90f3f72
|
Remove kernel_id handling temporarily
|
2016-03-21 10:39:48 -05:00 |
|
Steven Silvester
|
665e7b6c00
|
Fix handling of kernel_name and kernel_id
|
2016-03-21 10:29:11 -05:00 |
|
Jonathan Frederic
|
f26e0b1015
|
Merge pull request #23 from bollwyvl/nbext-pain-enable-user-again
Fix user vs sys_prefix on extension enable/disable
|
2016-03-21 11:15:18 -04:00 |
|
Min RK
|
7174d9d967
|
Merge pull request #1235 from blink1073/session-kernel-id
Allow kernel id to take precedence over name
|
2016-03-21 15:41:22 +01:00 |
|
Steven Silvester
|
e449c08e1b
|
Allow a session to connect to an existing kernel
|
2016-03-21 09:07:12 -05:00 |
|
Matthias Geier
|
7bee6c5c2d
|
Re-factor ANSI color handling
The implementation is based on Python code from
nbconvert.filters.ansi2html().
Among other things, this fixes #988.
|
2016-03-21 14:55:17 +01:00 |
|
Nicholas Bollweg
|
c72d93e426
|
adding sys_prefix override of user
|
2016-03-21 09:34:57 -04:00 |
|
Steven Silvester
|
56c653927f
|
Allow kernel id to take precedence over name
Allow kernel id to take precidence over name
Fix spelling
|
2016-03-21 08:05:34 -05:00 |
|
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 |
|
Jonathan Frederic
|
74ee26df8f
|
Merge pull request #22 from minrk/nbextension-command
use import_item to allow any module to provide an nbextension
|
2016-03-18 08:32:57 -04:00 |
|
Brian E. Granger
|
75292d332c
|
Merge pull request #19 from bollwyvl/nbext-pain-restore-debug
Restoring --debug and --log-level
|
2016-03-17 14:35:05 -07: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 |
|
Min RK
|
f3873f04d3
|
use import_item to allow any module to provide an nbextension
|
2016-03-17 09:44:10 +01:00 |
|
Brian E. Granger
|
e617cd2c0f
|
Merge pull request #21 from bollwyvl/nbext-pain-validate-unicode
unicode everywhere for logging
|
2016-03-16 21:29:27 -07:00 |
|
Nicholas Bollweg
|
febb762412
|
unicode everywhere for logging
|
2016-03-17 00:02:23 -04:00 |
|
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 |
|