Juergen Hasch
acda16fd41
Update readme
2015-10-01 18:12:25 +02:00
Juergen Hasch
17c43398e6
Improve error handling
2015-10-01 18:02:31 +02:00
Juergen Hasch
a2ca0680b3
Merge pull request #318 from JanSchulz/toc
...
Add table of content notebook plugin
2015-10-01 13:57:34 +02:00
Juergen Hasch
ee3be7129a
Merge pull request #315 from juhasch/feature/config
...
nbextension config updates
2015-10-01 13:54:39 +02:00
Juergen Hasch
9e7c61d955
Merge pull request #316 from juhasch/feature/checkversion
...
Check IPython and notebook version in setup.py
2015-10-01 13:54:05 +02:00
Jan Schulz
48513d6958
Add table of content notebook plugin
...
The ToC is mostly a direct copy from
https://github.com/minrk/ipython_extensions/ with minor edits
(filenames) and the addition of readme, icon and the yaml activations.
@minrk was fine with copying it here: https://github.com/minrk/ipython_extensions/issues/50
This script has a problem when two more occurences of the same headline
appear in the notebook (e.g. multiple "Plots" headlines in different analyis
steps). The resulting ToC will link to the same anchor and the browser will
always move to the first version of this headline. See
https://github.com/jupyter/notebook/issues/77 for more information on this
problem.
2015-09-27 18:04:24 +02:00
Juergen Hasch
3f68a52d28
nbextension config updates
2015-09-25 20:22:40 +02:00
Juergen Hasch
f9549521d6
Merge pull request #306 from juhasch/feature/printview-save
...
Save notebook before calling nbconvert
2015-09-25 10:38:46 +02:00
Juergen Hasch
81987286a3
Check IPython and notebook version in setup.py
2015-09-24 20:40:43 +02:00
Juergen Hasch
49d826b725
Allow printview to generate and display pdf files
2015-09-24 19:57:18 +02:00
Juergen Hasch
3e9ce2a754
Merge pull request #311 from jcb91/readmes
...
Updates for readmes
2015-09-23 19:23:02 +02:00
Josh Barnes
145efe3d88
add readme (from wiki) and related images for usability/hide_input_all
2015-09-23 17:36:39 +01:00
Juergen Hasch
373b641858
Merge pull request #310 from jcb91/usability/latex_envs
...
usability/latex_envs fixes
2015-09-23 18:32:01 +02:00
Juergen Hasch
fc01892373
Merge pull request #308 from jcb91/config/main
...
use extension name & description as html to…
2015-09-23 18:31:29 +02:00
Juergen Hasch
f09e66ec5a
Merge pull request #309 from jcb91/config/rendermd
...
Config/rendermd
2015-09-23 18:30:19 +02:00
Josh Barnes
cd1796883b
* move wiki-images/printview-button.png into publishing/printview
...
* update publishing/printview/readme.md to use the local image
2015-09-23 17:20:20 +01:00
Josh Barnes
6b2820b3e0
* remove unnecessary multiply-nested zip-file usability/latex_envs/latex_envs.zip
...
* fix typo in usability/latex_envs/readme.md
2015-09-22 21:07:26 +01:00
Josh Barnes
6fb5473c34
* add youtube link for config readme
...
* add youtube thumbnail for chrome clipboard
2015-09-22 21:06:09 +01:00
Josh Barnes
f27bd64c32
make extension name & description html to make use of proper escaping of apostrophes
2015-09-22 21:03:44 +01:00
Josh Barnes
59fd5539a3
make rendermd paths which don't end '.md' to redirect to actual file, permitting use of relative links to images in markdown
2015-09-22 20:59:43 +01:00
Josh Barnes
c829a5bdf6
use query ajax to provide feedback if an error occurs getting markdown file
2015-09-22 20:59:42 +01:00
Josh Barnes
bd8c60eb34
remove redundant lines from render.js
2015-09-22 20:59:42 +01:00
Josh Barnes
8c177e394d
make render.js a module, and include it, so that we can use relative urls in require.toUrl()
2015-09-22 20:59:41 +01:00
Josh Barnes
6dd3e40ea3
update config readme, removing general nbextension installation instructions not related to config
2015-09-22 20:53:47 +01:00
Josh Barnes
3639d7d303
update installation instructions in some readme.md files
2015-09-22 20:53:47 +01:00
Josh Barnes
881f2d9d11
prettify tables in readme.md files
2015-09-22 20:53:46 +01:00
Josh Barnes
1b773e0eb3
standardise and prettify code snippets in readme.md files
2015-09-22 20:53:46 +01:00
Josh Barnes
7d153c08a4
normalize headings in readme.md files
2015-09-22 20:53:46 +01:00
Josh Barnes
b8cbbf1c3d
fix wiki links, paths to new repository structure in readme files
2015-09-22 20:53:46 +01:00
Josh Barnes
f50f529732
make all links to repository items in readme.md files relative
2015-09-22 20:53:46 +01:00
Juergen Hasch
04547ef395
Save notebook before calling nbconvert
2015-09-22 21:21:22 +02:00
Juergen Hasch
6634910118
Merge pull request #303 from juhasch/feature/printview-options
...
Add configuration options to printview extensions
2015-09-21 20:20:58 +02:00
Juergen Hasch
85223bd557
write 50 times: jupyter not ipython
2015-09-20 21:34:44 +02:00
Juergen Hasch
5a0a58a3b4
Add configuration options to printview extensions
2015-09-20 11:00:27 +02:00
Juergen Hasch
30f0c472dd
Merge pull request #301 from juhasch/feature/pymd
...
Fix MathJax rendering in PythonMarkdown
2015-09-15 20:11:21 +02:00
Juergen Hasch
ef3ec16ae6
Always call MathJax.Hub.Queue if tags are found and text is replaced. Don't do anything if no tags are found, as this messes with MathJax rendering.
2015-09-14 21:34:34 +02:00
Juergen Hasch
137a01e7f0
Merge pull request #297 from motleytech/master
...
Fixing paths to latex_envs files. Also removing 'http:' prefix from f…
2015-09-12 16:25:13 +02:00
motleytech
28df277528
Fixing paths to latex_envs files. Also removing 'http:' prefix from font paths - this allows loading fronts from https sites
2015-09-10 23:32:06 -07:00
Juergen Hasch
8c14c9cec4
Merge pull request #295 from jcb91/restructuring
...
restructuring: place each extension into its own directory
2015-09-10 17:15:48 +02:00
Josh Barnes
ac45d40e0d
* place each extension into its own directory
...
* remove nbextensions/usability/hide_input.js, which is a duplicate of nbextensions/usability/hide_input/hide_input.js
2015-09-10 12:44:06 +01:00
Juergen Hasch
cf381d4ad5
Merge pull request #292 from jcb91/config
...
fixes #284 #236
2015-09-10 08:09:07 +02:00
Juergen Hasch
9798cef3aa
Merge pull request #289 from juhasch/feature/printview
...
Update printpreview extension to 4.x
2015-09-10 08:07:56 +02:00
Juergen Hasch
f3158f2f81
Merge pull request #291 from jcb91/permissions
...
fix file permissions on build.sh, templates/rendermd.html
2015-09-10 08:07:40 +02:00
Juergen Hasch
4d580c2f0e
Merge pull request #293 from jcb91/usability/toggle_all_linenumbers
...
update usability/toggle_all_line_numbers to 4.x
2015-09-10 07:59:01 +02:00
Juergen Hasch
a38c37590d
Merge pull request #294 from jcb91/config-docs
...
improve readme.md for config, add an icon
2015-09-10 07:57:56 +02:00
Josh Barnes
e6fca6cc85
improve readme.md for config, add an icon
2015-09-10 00:19:38 +01:00
Josh Barnes
5178374caf
switch to using lists of parameters in yaml files, to allow ordering of parameters
2015-09-09 23:09:29 +01:00
Josh Barnes
c60074fe4a
minor layout improvements for parameters in nbextensions/config
2015-09-09 23:09:13 +01:00
Josh Barnes
00faafe057
update usability/toggle_all_line_numbers to 4.x
2015-09-09 23:05:05 +01:00
Josh Barnes
8e2e1fce1b
in extensions/nbextensions.py:
...
* fix escaping of json data string
* add error/warning messages to page in event of being unable to parse/use son correctly
2015-09-09 22:58:45 +01:00