Commit Graph

7949 Commits

Author SHA1 Message Date
Matthias Bussonnier
656628cbe6 Merge pull request #283 from crwilcox/noreferrer
Add rel=noreferrer to helplink URLs as sending the referrer link is unnecessary
2015-08-26 10:05:28 +02:00
Safia Abdalla
8b31737ad6 Moved check for index to merge_cells 2015-08-25 23:00:31 -07:00
Safia Abdalla
7999edb5b8 Added check for index on merge_above to resolve #330 2015-08-25 22:36:05 -07:00
Min RK
45b9caf82b Merge pull request #327 from takluyver/doc-savehooks
Document pre/post save hooks
2015-08-25 12:59:41 -07:00
Thomas Kluyver
17ba3079f8 Document pre/post save hooks
Using the examples from ipython/ipython#6896

Closes ipython/ipython#8599
2015-08-24 11:43:04 -07:00
Antonino Ingargiola
35f68601dc Typo 2015-08-24 09:57:34 -07:00
Min RK
0d68bbb1af Merge pull request #324 from Carreau/bundle-mj-extes
include mathjax extensions that are dynamically loaded
2015-08-24 09:55:47 -07:00
Antonino Ingargiola
8d7dba3f85 Spell check 2015-08-24 09:51:25 -07:00
Matthias Bussonnier
80f20cb1d6 include mathjax extensions that are dynamically loaded
Allow to render binomial and other things:

Closes ipython/ipython#8754
2015-08-24 16:13:43 +02:00
Matthias Bussonnier
2a4d70c3a2 Merge pull request #323 from minrk/mathjax-warning
remove large, wrong MathJax warning
2015-08-23 10:20:52 +02:00
Min RK
3d49cf3b27 remove large, wrong MathJax warning
when MathJax fails to load.

It points to installing local mathjax, which doesn't make sense anymore now that we ship it as a dependency.
2015-08-22 19:42:42 -07:00
Min RK
dee660757d install mathjax safe extension 2015-08-20 21:10:20 -07:00
Matthias Bussonnier
74ce3dae0d document, and trim whitespaces. 2015-08-20 12:47:44 +02:00
Matthias Bussonnier
47cced4ab9 Merge pull request #316 from minrk/install-safe
install MathJax safe config
2015-08-20 08:49:04 +02:00
Min RK
659e1df77e install MathJax safe config
MathJax safe mode is enabled, but a full (non-dev) install omits the Safe.js config file
2015-08-19 22:01:39 -07:00
Min RK
e122f061d8 Merge pull request #296 from Carreau/simpledev
Add option to not use minified javascript and ease development.
2015-08-19 11:43:07 -07:00
Matthias Bussonnier
8bec3a79b2 improvement of UI
UI to replace only in selected cell, use bootstrap way of doing it.

Button order is now more keyboard friendly
2015-08-18 13:27:25 +02:00
Matthias Bussonnier
51fabeba53 Merge pull request #277 from takluyver/notebookapp-jupyter
Remove some references to IPython in notebookapp
2015-08-18 10:33:04 +02:00
Matthias Bussonnier
b37b7277c9 Merge pull request #310 from minrk/rm-profile-examples
remove old IPython examples
2015-08-18 10:24:10 +02:00
Matthias Bussonnier
d4b1e9aa99 Wrong default.
Change from True to False after rename from use_bundle to ignore_minified_js
2015-08-18 10:19:58 +02:00
Min RK
dd5f151451 remove old IPython examples
jupyter doesn't have profiles
2015-08-17 21:58:26 -07:00
Min RK
0cd4404b29 Merge pull request #308 from rgbkrk/no-more-cluster-in-notebook
clusterlist is no longer part of jupyter/notebook
2015-08-17 21:55:33 -07:00
Kyle Kelley
d3668a87cc clusterlist is no longer part of jupyter/notebook 2015-08-17 21:45:25 -05:00
Andrew Therriault
ac6b6122ff Fix symlink issue with Win/Py2
Addresses issue #302 by adding check for symlink before attempting to
use. If not there, sets symlink parameter to False.
2015-08-17 00:44:56 -04:00
Matthias Bussonnier
f9ad56e206 Add option to not use minified javascript and ease developpement. 2015-08-16 12:33:13 -07:00
Min RK
63610b6916 Merge pull request #301 from Carreau/css-conflic
Do not conflict with header named `notebook`.
2015-08-16 10:56:54 -07:00
Matthias Bussonnier
6459b20f15 Do not conflict with header named notebook.
Closes #298
2015-08-16 10:47:07 -07:00
Matthias Bussonnier
9563f1bf06 Allow replacement only in selection
Might want to consider it as an option on the dialog maybe...
2015-08-15 17:40:54 -07:00
Matthias Bussonnier
90e2a7a487 Fix bug, reenable minify 2015-08-15 08:40:24 -07:00
Matthias Bussonnier
768a9675eb pull styling in separate file 2015-08-14 19:30:53 -07:00
Matthias Bussonnier
966510f2a8 remove unrelated change 2015-08-14 18:55:37 -07:00
Matthias Bussonnier
0fc9232f14 Move search and replace to it's own file
load as if it was an extension.
2015-08-14 18:51:42 -07:00
Matthias Bussonnier
a7f5651bff fix replace error in multiline codemirror things 2015-08-14 16:53:55 -07:00
Matthias Bussonnier
5d3ddd5f3b more cleanup 2015-08-14 16:17:28 -07:00
Matthias Bussonnier
95d64d5c53 start clening things up into functions 2015-08-14 15:54:58 -07:00
Matthias Bussonnier
fce1ec14c7 SnR working ! 2015-08-14 12:07:24 -07:00
Matthias Bussonnier
e58992094e draft CaseSensitifvity and non-regexmatches. 2015-08-14 12:07:24 -07:00
Matthias Bussonnier
40ee54fffe draft snr 2015-08-14 12:07:23 -07:00
Matthias Bussonnier
6bd83883a3 Merge pull request #289 from minrk/nbextension-install
relative import of ConfigManager
2015-08-14 12:05:47 -07:00
Jonathan Frederic
309dab2fe8 Merge pull request #260 from Carreau/typeahead
Command Palette on notebook.
2015-08-14 10:26:04 -07:00
Min RK
2db0749cf3 relative import of ConfigManager
avoids wrong import on Python 2
2015-08-14 10:07:08 -07:00
Jonathan Frederic
4f3c65dbde Merge pull request #286 from minrk/changelog
add changelog
2015-08-14 09:56:17 -07:00
Min RK
af44aeb31c add changelog 2015-08-13 22:14:57 -07:00
Min RK
6473a5a51d enable MathJax safe mode
forward-port from IPython 3.2
2015-08-13 21:50:31 -07:00
Min RK
9ab6a89983 Merge pull request #282 from takluyver/entrypoints
Use entry points for scripts
2015-08-13 15:06:14 -07:00
Christopher Wilcox
e0f3060629 Add rel=noreferrer to helplink URLs as sending the referrer link is unnecessary
Currently, links that go to external sites are getting the referrer
url, which for things like tmpnb, is a secret. This avoids us sending
along unnecessary information to possibly third party sites.
2015-08-13 14:23:26 -07:00
Thomas Kluyver
e886d18add Use entry points for scripts
To make Windows exe launchers, see jupyter/jupyter#15
2015-08-13 14:02:42 -07:00
Min RK
cfdd431a4b Merge pull request #247 from crwilcox/master
Add Jinja Blocks to notebook.html and tree.html
2015-08-12 21:14:33 -07:00
Thomas Kluyver
2ad0e9f569 Remove outdated --profile example 2015-08-12 15:26:29 -07:00
Thomas Kluyver
a83dd56d0f Remove some references to IPython in notebookapp
There were a few help strings and printed output that hadn't been
updated since the big split.
2015-08-12 15:24:34 -07:00