Commit Graph
1035 Commits
Author SHA1 Message Date
Josh Barnes 2078dc64bc remove six requirement
* use explicit unicode string, which is supported in python 2 and in python 3.3+ (notebook requires at least 3.3, so we can assume this if py3 is in use at all)
* use splitlines, rather than StringIO.readlines
2016-05-03 00:11:17 +01:00
Josh Barnes babfa38c85 remove requests requirement
just use url open, as we're not doing anything complicated anyway.
2016-05-03 00:08:10 +01:00
Josh Barnes de3677cc94 remove Python imports, which catered to IPython 3.x, so are redundant on master 4.x branch 2016-05-03 00:07:31 +01:00
Josh Barnes da46af1d53 Merge pull request #583 from jcb91/fix/config-menu
(fixes #582) support `base_url` in config_menu
2016-04-19 01:10:22 +01:00
Josh Barnes 1c580f4908 (fixes #582) support base_url in config_menu 2016-04-19 01:09:41 +01:00
Josh Barnes b665a8451d Merge pull request #575 from cdknorow/features/split_cell_notebooks
Features/split cell notebooks
2016-04-18 20:35:24 +01:00
Josh Barnes a81e759c75 Merge pull request #581 from jcb91/new_config_key
use new nbserver_extensions config key for notebook 4.2
2016-04-16 22:50:05 +01:00
Josh Barnes 77fc47aa75 use new nbserver_extensions config key for notebook 4.2 2016-04-16 22:42:11 +01:00
Josh Barnes f3f344922a Merge pull request #580 from jcb91/fix/install
fix install broken in #569
2016-04-16 16:36:14 +01:00
Josh Barnes 89109b4b91 fix install broken in #569 2016-04-16 16:34:27 +01:00
Chris Knorowski 913a89885a added a button, renamed to Jupyter namespace 2016-04-12 08:45:55 -07:00
Josh Barnes 7153db8138 Merge pull request #574 from jcb91/ecogodi-master
support new & old function names in config extension
2016-04-12 16:18:15 +01:00
Josh Barnes c36c831b01 Merge pull request #567 from ecogodi/master
Fixed imported get_nbext_dir function name
2016-04-12 16:17:43 +01:00
Josh Barnes f30299ab9a support both new & old function names 2016-04-12 16:16:58 +01:00
Josh Barnes 1d054287f9 Merge pull request #569 from jcb91/feature/record-installed
keep a record of installed files, so they can later be removed…
2016-04-12 16:12:13 +01:00
Josh Barnes 4580555263 Merge pull request #564 from jcb91/hint_constantly
add `hint_constantly` nbextension
2016-04-12 16:04:39 +01:00
Chris Knorowski 4dc7c15ed7 updated yaml name 2016-04-12 00:24:08 -07:00
Chris Knorowski c44cdef9c5 added an extenstion to allow split cells using shift-s 2016-04-12 00:22:04 -07:00
Josh Barnes 22dd78c42e Merge pull request #572 from jfbercher/master
Update latex_envs.css -- removed non-LaTeX_envs related configuration
2016-04-09 22:46:40 +01:00
jfbercher 20964e6b68 Update latex_envs.css -- removed non-LaTeX_envs related configuration
Adresses remarks in  #552 and #493
2016-04-08 11:39:08 +02:00
Matthias Bussonnier f762c7c9e0 Merge pull request #568 from Carreau/toglle-line-numbers
Toggle all line numbers : Cleanup tab-> space and rename IPython -> Jupyter
2016-04-07 18:10:50 -07:00
Josh Barnes d87df842f3 updates to uninstall function:
* strip carriage returns for windows
  * print 'Installing ...' line only when doing installing
  * remove empty directories on uninstall
  * print what gets installed in debug mode
2016-04-06 01:21:25 +01:00
Josh Barnes a924e4abd0 keep a record of installed files, so they can later be removed. Remove installed files before installing new version 2016-04-06 00:34:19 +01:00
Josh Barnes 74eeab7c81 get hinterland to ignore more special keys 2016-04-05 01:42:05 +01:00
Josh Barnes 36ae9b153a update hinterland to use shift-tab tooltip on opening parentheses 2016-04-05 01:15:56 +01:00
Josh Barnes d6f50e9060 add a hinterland item to the help menu, to allow toggling constant hinting on & off 2016-04-05 01:05:35 +01:00
Josh Barnes e9cfa92b00 rename hint_constantly -> hinterland
because everybody loves a pun
2016-04-05 00:04:30 +01:00
Matthias Bussonnier 10a3960baa 'Cleanup tab-> space and rename IPython -> Jupyter' 2016-04-04 14:39:26 -07:00
Elia Cogodi 6d7ea438f0 Fixed imported get_nbext_dir function name 2016-04-04 19:02:38 +02:00
Josh Barnes 2b18e5e683 add hint_constantly nbextension 2016-04-03 02:46:08 +01:00
Josh Barnes 17b9a253ed Merge pull request #559 from jcb91/feature/collapsible_headings
updates to `collapsible_headings`...
2016-04-02 00:04:35 +01:00
Josh Barnes a998fcd40a Merge pull request #528 from Kevin-McIsaac/heading_cell_bracket
Make heading cell brackets stand out more by changing the colour when…
2016-04-02 00:00:13 +01:00
Josh Barnes d6b55dc880 Merge pull request #562 from jcb91/fix/python-markdown-readme
update python-markdown readme…
2016-04-01 17:30:38 +01:00
Josh Barnes 8183f04fab update python-markdown readme to reflect renamed preprocessor, trim trailing whitespace, add blank lines around images. 2016-04-01 17:29:47 +01:00
Juergen Hasch 9a345e6cc9 Merge pull request #459 from andyneff/multiple_rulers
Added multiple ruler support to the ruler extension
2016-04-01 08:54:34 +02:00
Andy Neff 3edec1ddda Update readme.md
Added multiple rulers description
2016-03-31 20:08:02 -04:00
Andy Neff b066fad204 Update main.js
Removed left over console.log commands
2016-03-31 19:34:01 -04:00
Josh Barnes 028900747b in collapsible_headings preprocessor:
* import from nbconvert directly, rather than deprecated `IPython.nbconvert`
 * rename class from HierarchicalCollapsePreprocessor (d'oh!)
2016-03-30 13:08:05 +01:00
Josh Barnes 9f45130eeb Update to nbextensions/usability/collapsible_headings:
* fix css transform rotations, remove filters for IE as they weren't really the same, especially using caret icons.
* update readme
2016-03-30 13:07:48 +01:00
Josh Barnes b89b8569fe Merge pull request #554 from jfbercher/master
Change links in toc_cell to original ids
2016-03-30 12:31:48 +01:00
Juergen Hasch 86c1d0fdf9 Merge pull request #556 from juhasch/fix/collapsible
collapsible_headings: Add hidden attribute to metadata
2016-03-29 18:19:32 +02:00
Juergen Hasch 791fe9e6c1 Merge pull request #557 from juhasch/fix/latextemplate
Update templates
2016-03-29 18:19:16 +02:00
Juergen Hasch c0a78e595e Use tabs 2016-03-25 10:57:05 +01:00
Juergen Hasch 8378ccfb47 Allow collapsed state to be used in nbconvert 2016-03-25 10:55:35 +01:00
Juergen Hasch 512c74de7e Update templates 2016-03-25 10:53:20 +01:00
Juergen Hasch 7170b412e5 Merge pull request #553 from juhasch/fix/hide_input
Make hide_input extension work with nbconvert HTML export
2016-03-25 09:40:01 +01:00
Juergen Hasch 96e8c15a39 Merge pull request #544 from jcb91/feature/config
Updates to config extension
2016-03-25 09:39:49 +01:00
Jean-François Bercher a185e6afbe Change links in toc_cell to original ids 2016-03-22 21:49:48 +01:00
Juergen Hasch 44c4fcae51 Make hide_input extension work with nbconvert HTML export 2016-03-22 21:24:29 +01:00
Kevin-McIsaac 2aaa121eda minor tweaks 2016-03-22 03:06:56 +00:00