Brookie Guzder-Williams
277d000d54
dont cast to string
2017-04-08 12:39:30 -07:00
Brookie Guzder-Williams
8b20dcc918
exit if server not found
2017-04-08 12:35:16 -07:00
Brookie Guzder-Williams
b6ac73cbe1
use os.kill
2017-04-08 12:33:50 -07:00
Brookie Guzder-Williams
219c762f32
remove unused props
2017-04-08 12:31:17 -07:00
Min RK
c3f1207c64
fix add-trailing-slash login in base_url
...
both leading and trailing slash should be added
2017-04-08 10:17:18 +02:00
Brookie Guzder-Williams
cd3233ff4e
NbserverStopApp: stop notebooks through cli - jupyter notebook stop <PORT>
2017-04-07 17:30:30 -07:00
Kyle Kelley
b1407901c0
Merge pull request #2384 from hroncok/contributing_rst
...
Inlcude CONTRIBUTING.rst in the sdist, not CONTRIBUTING.md
2017-04-07 15:59:57 -07:00
Kyle Kelley
ed92e20f75
Merge pull request #2387 from gnestor/editor-search-style
...
Fix search background style
2017-04-07 15:59:31 -07:00
Grant Nestor
ebad7c0241
Fix search background style
2017-04-07 12:35:11 -07:00
Kyle Kelley
0a1b0309b7
ensure a trailing slash on the base_url
2017-04-07 09:36:04 -07:00
Miro Hrončok
b7e99c1c38
Inlcude CONTRIBUTING.rst in the sdist, not CONTRIBUTING.md
...
Fixup for ac89707ecc
Currently, there is a doc error without CONTRIBUTING.rst:
docs/source/contributing.rst:3: SEVERE: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: 'CONTRIBUTING.rst'.
This change should fix it.
2017-04-07 17:34:10 +02:00
Grant Nestor
189609ae42
Merge pull request #2376 from gnestor/remove-less-watch
...
Remove less-watch script
2017-04-05 19:02:33 -07:00
Grant Nestor
62ce087733
Remove less-watch script
2017-04-05 15:47:11 -07:00
Thomas Kluyver
05979d9a4b
Merge pull request #2368 from minrk/stream-data-rate-boogaloo
...
only consider stream outputs for data-rate limit
2017-04-05 15:16:43 +01:00
Min RK
f9f2a5e3f9
Merge pull request #2279 from delftswa2017/refactoring_page
...
Refactoring Page object
2017-04-05 11:33:04 +02:00
Min RK
ee13349d2d
Merge pull request #2262 from wordofglass/new_browser_window
...
Add 'new_browser_window' config option
2017-04-05 11:32:25 +02:00
Min RK
8d6460a4b3
Merge pull request #2215 from kevin-bates/cull-idle-kernels
...
Cull idle kernels
2017-04-05 11:31:38 +02:00
Min RK
1916926107
Merge pull request #2283 from delftswa2017/add-pandoc-travis
...
Add pandoc to travis
2017-04-05 11:30:13 +02:00
Min RK
3d7c9b51a6
only consider stream outputs for data-rate limit
2017-04-05 11:28:37 +02:00
Thomas Kluyver
2d9e74df9f
Merge pull request #2361 from gnestor/changelog2
...
Fix typo in cell tags toolbar screenshot
2017-04-04 14:20:33 +01:00
Grant Nestor
ce110e6d5d
Fix typo in cell tags toolbar screenshot
2017-04-03 11:14:26 -07:00
Grant Nestor
bf2e14cfe4
Back to development
2017-03-31 11:31:13 -07:00
Grant Nestor
048f243a3a
release 5.0.0
2017-03-31 11:22:53 -07:00
Kyle Kelley
5db6db7407
Merge pull request #2354 from gnestor/issue-2352
...
Use `events.one` vs `events.on` inside of `CodeCell.execute`
2017-03-31 13:16:36 -05:00
Grant Nestor
60a02df266
Use events.one
vs events.on
inside of CodeCell.execute
2017-03-30 15:06:13 -07:00
Grant Nestor
0d289458e8
Update changelog and screenshots
2017-03-30 16:43:45 -05:00
Grant Nestor
b854e922e3
Merge pull request #2348 from minrk/missing-default
...
add missing `@default` decorator on checkpoints_class
2017-03-30 14:25:59 -07:00
Kyle Kelley
5c7829220d
Merge pull request #2347 from minrk/config_dir_typo
...
Fix typo setting write_config_dir in config manager
2017-03-30 15:43:05 -05:00
Thierry Parmentelat
6aaa4d7a96
an early attempt to fix #2273
...
I was not able to test this though
preserves initial strategy that uses original cell as cell B
so as to preserve selection
2017-03-29 21:37:25 +02:00
Grant Nestor
32a2932b86
Merge pull request #2346 from gnestor/issue-2310
...
Use `_new_window` method for "Download as .ipynb"
2017-03-29 07:22:04 -07:00
Min RK
92900ed412
Remove ignored config_dir arg to config_manager
...
it's spelled wrong and ignored (with a DeprecationWarning from traitlets)
2017-03-29 11:18:29 +02:00
Min RK
2e52d15522
add missing @default
decorator on checkpoints_class
...
this is not strictly required,
as default generators are no longer deprecated,
but it'st still a good idea
2017-03-29 11:11:52 +02:00
Grant Nestor
f0ee02fb27
Use _new_window
method for "Download as .ipynb"
2017-03-28 11:51:57 -07:00
Grant Nestor
e9c9c3a10e
Back to development
2017-03-23 09:26:02 -07:00
Grant Nestor
35c37c068f
release 5.0.0rc2
2017-03-23 09:12:37 -07:00
Grant Nestor
7bb3b82b05
Merge pull request #2333 from takluyver/rm-celltoolbar-reminder
...
Remove addition of cell toolbar reminder
2017-03-23 08:43:19 -07:00
Thomas Kluyver
e2943130c7
Remove addition of cell toolbar reminder
...
Follow up from PR #2331
2017-03-23 14:53:52 +00:00
Thomas Kluyver
ece0a777d5
Merge pull request #2331 from gnestor/celltoolbar-reminder
...
Remove cell toolbar reminder
2017-03-23 14:50:42 +00:00
Thomas Kluyver
ab92722e1e
Merge pull request #2329 from mpacer/latex_export
...
Add latex button to dropdown
2017-03-23 13:51:58 +00:00
Grant Nestor
f2f9237c06
Remove cell toolbar reminder
2017-03-22 15:24:21 -07:00
michaelpacer
9b771de18d
Add latex button to dropdown
2017-03-22 12:01:40 -07:00
Thomas Kluyver
2b2d32158e
Merge pull request #2326 from jupyter/revert-2293-stream-data-rate
...
Revert "only consider stream output for data rate limit"
2017-03-22 15:31:01 +00:00
Min RK
15341ac758
Revert "only consider stream output for data rate limit"
2017-03-22 15:26:00 +01:00
Kyle Kelley
de61e20670
Merge pull request #2293 from minrk/stream-data-rate
...
only consider stream output for data rate limit
2017-03-22 07:57:45 -05:00
Thomas Kluyver
d1ad588cc5
Merge pull request #2323 from takluyver/chglog-how-to-tag
...
Explain how to use cell tags in changelog
2017-03-22 12:32:38 +00:00
Thomas Kluyver
ae2316a626
Merge pull request #2324 from Carreau/tagui
...
Remove drop shadow from Tag UI for consistency.
2017-03-21 18:00:44 +00:00
Matthias Bussonnier
fc0354ef59
Remove drop shadow from Tag UI for consistency.
...
Likely a side-effect of using `.form-control()`
2017-03-21 10:34:46 -07:00
Thomas Kluyver
d2c539fdbc
Explain how to use cell tags in changelog
2017-03-21 17:04:08 +00:00
Kyle Kelley
200a58c399
Merge pull request #2319 from gnestor/preact
...
Move preact, preact-compat, and proptypes to bower
2017-03-20 23:41:10 -05:00
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
2017-03-20 20:32:16 -07:00