Commit Graph
812 Commits
Author SHA1 Message Date
Thomas Baldwin ff87285f06 When configuring, ignore Zombie processes on OS X
This patch was originally implemented by @jonnybaik, but got
overwritten somewhere along the line. See Issue #431, Issue #432, and
Issue #461
2016-01-25 08:06:21 -08:00
Juergen Hasch b124adca81 Merge pull request #460 from yeah568/master
Fix minor typo
2016-01-17 21:19:22 +01:00
James Liu 9e65615467 Fix minor typo
Just a tiny typo fix.
2016-01-17 09:37:46 -05:00
Juergen Hasch 15d8199aba Merge pull request #455 from kyrre/patch-1
Remove duplicate dependency.
2016-01-16 15:31:30 +01:00
Juergen Hasch 2729c8c2b8 Merge pull request #458 from andyneff/install_config_files_not_exist
Fixed install crash if config files don't exist
2016-01-16 15:29:32 +01:00
Andy Neff 88e78cdd2e Fixed install crash if config files don't exist 2016-01-15 14:35:41 -05:00
kyrre 7bb7bc57f7 Remove duplicate dependency. 2016-01-14 15:18:09 -05:00
Juergen Hasch c57612a425 Merge pull request #429 from jfbercher/patch-1
Possible workaround for  https://github.com/jupyter/notebook/issues/699
2016-01-12 18:12:53 +01:00
Juergen Hasch 76f6d2502b Merge pull request #448 from jfbercher/pip-install
Pip install
2016-01-12 18:11:45 +01:00
Juergen Hasch e3fe87ad5c Merge pull request #453 from jcb91/bugfix/config
in `nbextensions/config`:
2016-01-12 18:10:28 +01:00
Juergen Hasch d7fa707427 Merge pull request #450 from jcb91/styling/zenmode
in `nbextensions/styling/zenmode`:
2016-01-12 18:09:36 +01:00
Juergen Hasch 1d68344b2a Merge pull request #451 from jcb91/bugfix/notify
in `nbextensions/usability/notify`:
2016-01-12 18:09:09 +01:00
Juergen Hasch 6bdc12715e Merge pull request #452 from jcb91/bugfix/keyboard_shortcut_editor
in `nbextensions/usability/keyboard_shortcut_editor`:
2016-01-12 18:07:39 +01:00
Josh Barnes bb05d46d02 in nbextensions/usability/notify:
* fix typo in readme
 * set notebook dirty on updating metadata
2016-01-12 14:40:21 +00:00
Josh Barnes fcb9f35dc2 in nbextensions/config:
* fix bug introduced in 8226722c7c, which meant that the activate buttons weren't initialised correctly on loading the extension UI
2016-01-12 14:00:13 +00:00
Jean-François Bercher b7fc3137da updated requirements with psutil version higher than 2 2016-01-10 10:03:00 +01:00
Jean-François Bercher a7ba10fef6 Updated README.md with pip-install instructions 2016-01-10 09:52:23 +01:00
Jean-François Bercher e6192d7ea3 Updated setup.py 2016-01-10 09:17:41 +01:00
Jean-François Bercher 7c3584a704 completed .gitignore 2016-01-10 09:00:30 +01:00
Jean-François Bercher 795a6ebd45 update configure with backup & other corrections 2016-01-10 09:00:30 +01:00
Jean-François Bercher 14539a10c2 Updated configure_nbexetensions (read a raw path) 2016-01-10 09:00:30 +01:00
Jean-François Bercher b9caf62a15 pip install attempt 2016-01-10 09:00:30 +01:00
Josh Barnes f9ef245bee in nbextensions/usability/notify:
* bugfix for the yaml descriptor, which wasn't loading correctly due to multi-line string not being indented. Switched also to extended, rather than multi-line string, to avoid unnecessary newline chars.
 * add image as an icon, and in readme
 * more verbose links in readme
2016-01-09 00:14:05 +00:00
Josh Barnes 3f2d502406 in nbextensions/styling/zenmode:
* un-focus the toolbar button 0.5s after clicking
 * add more browser-specific CSS transitions
2016-01-09 00:13:34 +00:00
Josh Barnes a8ccceb787 in nbextensions/usability/keyboard_shortcut_editor:
* remove code which made the keyboard shortcuts dialog open on notebook load (it was left in from testing)
 * add an option to not show the edit controls, while keeping the edits already configured, for brevity of the dialog
2016-01-09 00:12:55 +00:00
Juergen Hasch 821dfb4c4c Merge pull request #423 from hiaselhans/patch-1
Follow Symlinks
2016-01-04 17:47:37 +01:00
Juergen Hasch 47d545b87a Merge pull request #447 from juhasch/fix/notify-readme
Add readme+license to notify extension
2016-01-04 17:47:25 +01:00
Juergen Hasch 0dbefd453c Add readme+license to notify extension 2016-01-04 10:08:25 +01:00
Juergen Hasch 3d3d17aa8d Merge pull request #434 from acamps/master
Add notify.js plugin into ipython-notebook-extensions
2016-01-01 15:02:47 +01:00
Juergen Hasch 03f609a931 Merge pull request #446 from jcb91/config
bugfix for (bugfix for twitter bootstrap css in config/main)
2016-01-01 15:01:37 +01:00
Juergen Hasch b3cca7fac4 Merge pull request #445 from jcb91/usability/codefolding
bugfix in `extensions/pre_codefolding.py`
2015-12-31 19:33:40 +01:00
Juergen Hasch 428f14f90a Merge pull request #430 from jfbercher/toc2
Toc2 - some new features for toc extension
2015-12-31 18:03:59 +01:00
Jean-François Bercher 659f2ce798 toc2: now resizable + bug fix (collapse on drag op) 2015-12-31 17:03:53 +01:00
Josh Barnes ebd3fe77e3 in nbextensions/config:
* fix css fix from 89ff1f316c (shouldn't override larger screen sizes)
2015-12-31 14:32:25 +00:00
Josh Barnes fe57243dd2 bugfix in extensions/pre_codefolding.py for #428 (python2 can't cope with unicode literals in strings) 2015-12-31 13:46:42 +00:00
Juergen Hasch aeac43757e Merge pull request #441 from jcb91/publishing/gist_it
in `nbextensions/publishing/gist_it`:
2015-12-31 13:31:41 +01:00
Josh Barnes 8ed37f2a13 Merge branch 'publishing/gist_it' into master 2015-12-31 12:13:45 +00:00
Josh Barnes 57a75dd755 Merge commit 'bfad41875c571ce878957a2fd04725355bcaf5d7' from PR #427 into publishing/gist_it
Conflicts resolved:
	nbextensions/publishing/gist_it/gist_it.yaml
2015-12-31 11:47:42 +00:00
Juergen Hasch 65cc2358cd Merge pull request #444 from jcb91/config
various updates for config:
2015-12-31 10:26:30 +01:00
Juergen Hasch 54195c5f76 Merge pull request #440 from jcb91/usability/keyboard_shortcut_editor
Add keyboard_shortcut_editor extension
2015-12-31 10:13:31 +01:00
Juergen Hasch 0c4aad54ec Merge pull request #437 from jucor/fix_hierarchical_collapse_jupyter4
Fix hierarchical_collapse for jupyter 4.x
2015-12-31 09:43:48 +01:00
Juergen Hasch cd0bfca97e Merge pull request #442 from jcb91/usability/hide_input
in `nbextensions/usability/hide_input`:
2015-12-31 09:42:50 +01:00
Juergen Hasch 9971674512 Merge pull request #443 from jcb91/usability/code_font_size
in `nbextensions/usability/code_font_size`:
2015-12-31 09:42:24 +01:00
Juergen Hasch f6db32656a Merge pull request #427 from cel4/fix_gistit_yaml
gist_it: type -> input_type in gist_it.yaml
2015-12-31 09:38:36 +01:00
Juergen Hasch 0282b08c8f Merge pull request #438 from jfbercher/master
Enable consecutive exercises
2015-12-31 09:38:00 +01:00
Josh Barnes 1edbd98e81 in nbextensions/config:
* _bugfix:_ fix rendering of multi-key sequences
2015-12-31 02:14:50 +00:00
Josh Barnes bf353c0949 in nbextensions/publishing/gist_it:
* fix yaml descriptor to use the correct `input_type` key for parameters, instead of `type`
 * fix a couple of typos in readme.md
2015-12-31 02:04:15 +00:00
Josh Barnes 5f46a72515 Add keyboard_shortcut_editor extension 2015-12-31 02:03:36 +00:00
Josh Barnes 54b5415ede in nbextensions/usability/hide_input:
* edit yaml descriptor to use the currently un-used icon
2015-12-31 02:03:25 +00:00
Josh Barnes fb3d9211ec in nbextensions/usability/code_font_size:
* fix default handling of `pre_style.fontSize`, which broke if it was undefined.
2015-12-31 02:03:08 +00:00