Commit Graph

10032 Commits

Author SHA1 Message Date
Grant Nestor
62ce087733 Remove less-watch script 2017-04-05 15:47:11 -07: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
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
Matthias Bussonnier
003f553051 Merge pull request #2313 from takluyver/i2304
Use Markdown image references in example notebook
2017-03-20 12:47:53 -07:00
Thomas Kluyver
9f8158abb6 Use Markdown image references in example notebook
This makes the high-res screenshots larger on a lower-res screen, but
nbsphinx doesn't currently handle HTML <img> tags, so we need to use the
Markdown format to show images in our docs.

Closes gh-2304
2017-03-20 15:24:07 +00:00
Kyle Kelley
94122d6f8c Merge pull request #2305 from minrk/contributing-tweak
minor updates to CONTRIBUTING installation instructions
2017-03-17 12:34:37 -05:00
Min RK
885ebc3eba invert --user recommendation in CONTRIBUTING
make `--user` the non-default option,
given the prevalence of conda/virtual envs these days
2017-03-17 12:08:28 +01:00
Min RK
f57b92d3c0 update nodejs installation instructions
remove reference to `nodejs-legacy`, since apt packages are usually too old, anyway
2017-03-17 12:06:12 +01:00
Grant Nestor
0087065588 Merge pull request #2302 from Carreau/pep440
Enforce version number at build time.
2017-03-16 21:09:29 -07:00
Matthias Bussonnier
8aa04b9699 Enforce version number at build time.
Prevent making releases with wrong version number that will confuse pip,
or make sdists to appear more recent than wheels.
2017-03-16 17:02:37 -07:00
Grant Nestor
8de7a52f82 Back to development 2017-03-16 16:16:48 -07:00
Grant Nestor
b12bd4cbcc release 5.0.0-rc.1 2017-03-16 15:59:06 -07:00
Grant Nestor
64fe3f1618 Trigger 'cleared' event when output area is cleared 2017-03-15 19:41:43 -07:00
Grant Nestor
6b031e8d47 Merge pull request #2286 from gnestor/mime-bundle
Make mime bundle accessible to renderers
2017-03-15 19:28:46 -07:00
Min RK
59c9df1b89 show current rate limit values in rate limit messages 2017-03-15 17:07:25 +01:00
Min RK
5da6eb6a41 only consider stream output for data rate limit
large stream outputs cause much more problems than image output

this does open up to large HTML and/or displayed text output,
but those seem to behave well more often than they don't.
2017-03-15 17:07:13 +01:00
Min RK
96044f6c80 test updating execute_result 2017-03-15 11:07:06 +01:00
Min RK
93d8f3fe0f add output_added.OutputArea event 2017-03-15 10:53:32 +01:00
Min RK
7756fd34a9 restore append-after-render
so all output types are handled consistently
2017-03-15 10:49:54 +01:00
Min RK
273e8f9bbe display_id target index is now outputs.length - 1
since item has been appended to outputs before calling instead of after
2017-03-15 10:21:03 +01:00
Min RK
f510806ff2 fix wait condition in display_id test
it was always waiting the maximum time because the condition was never met
2017-03-15 10:20:29 +01:00
Grant Nestor
d635525aef Make mime bundle accessible to renderers 2017-03-14 10:03:59 -07:00