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
Christopher Wilcox
83536924e1
Undo change to the help links
...
The change we were making here was to support adding rel="noreferrer".
Since this should likely be done for all jupyter notebooks (and not just
us) I am removing this change. We are hashing out the finer details of
this on the security group.
2015-08-12 13:17:24 -07:00
Christopher Wilcox
6901b31697
Incorporate @minrk feedback
...
Moving a few blocks to css classes that can be used through custom.css
2015-08-12 12:57:13 -07:00
Matthias Bussonnier
13b663aa05
Merge pull request #271 from minrk/git-commit-not-found
...
leave empty commit hash when none found
2015-08-12 11:53:48 -07:00
Matthias Bussonnier
589dce314e
rename function
2015-08-12 11:38:08 -07:00
Min RK
13fee969ec
leave empty commit hash when none found
...
avoids `4.0.1-<none found>` message for stable releases in About panel
2015-08-11 22:52:23 -07:00
Matthias Bussonnier
0f2f515a87
fix some of jon comments
2015-08-11 18:07:24 -07:00
Matthias Bussonnier
53c382620b
Merge pull request #269 from takluyver/multicell-ccp
...
Cut, copy, paste and delete acting on multiple cells
2015-08-11 16:52:12 -07:00
Matthias Bussonnier
0f307f28f1
cleanup stuff and fix tests
2015-08-11 16:45:38 -07:00
Thomas Kluyver
474b124007
Select new cell if deleting only cell
2015-08-11 15:56:07 -07:00
Thomas Kluyver
f316e121cf
Cut, copy, paste and delete acting on multiple cells
2015-08-11 14:53:04 -07:00
Matthias Bussonnier
67dd3b4450
Finish writing the command palette
2015-08-11 14:52:34 -07:00
Min RK
4cb2b78828
Merge pull request #262 from takluyver/docs-4.x-misc
...
Browser compatibility info & misc cleanup
2015-08-11 09:46:10 -07:00
Matthias Bussonnier
a6d2fb253b
humanize shortcut, plus toolbar action
2015-08-10 19:08:09 -07:00
Matthias Bussonnier
5d009768dc
icon before
2015-08-10 17:35:46 -07:00
Matthias Bussonnier
bd1fbb52b7
tips
2015-08-10 17:35:46 -07:00
Matthias Bussonnier
97442cf8b1
big refactor,
...
get rid of most of the modal,
use pseudo-class for styling command-mode
order in classes for custom extensions
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
daf7afb940
show keyboard shortcut
2015-08-10 17:35:45 -07:00
Simon Vurens
073f1c1b0d
fixed refreshing on bad command
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
69811a79f2
Now usable, autofocus, execute and hide.
...
now autofocus field, execute action on submit,
and run and hide on submit.
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
bcc33b9608
actually use action data for now
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
80934cafdb
ready rebase
2015-08-10 17:35:45 -07:00
Simon Vurens
c0617e93bc
moved commandpalette to new class
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
b873e8337d
try to create better html structure.
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
d6a0217b01
get things on the page workign
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
91fe9f2d01
start workign on typeahead
2015-08-10 17:35:45 -07:00
Matthias Bussonnier
735bd7ee36
Merge pull request #267 from minrk/mathjax-component
...
use mathjax component
2015-08-10 17:30:16 -07:00