Michael Droettboom
b2ffad9683
Remove extraneous <span/>
8 years ago
Michael Droettboom
198d74aeda
Add any extra installed nbconvert exporters to the "Download as" menu
8 years ago
Mac Knight
f5d59ca004
connect close_and_halt via id_actions_dict
8 years ago
Damian Avila
0570d9b4b0
Use lowercase for slides
8 years ago
Damian Avila
4dc3221194
Add slides exportation/download to the menu
8 years ago
Nitesh Sawant
5ff22ca602
Updated image alt text
8 years ago
bxy007
83d1deda2f
fix Shutdown trans loss
8 years ago
Vidar Tonaas Fauske
f6de61d34e
Fix some broken links and permanent redirects
9 years ago
John Emmons
f81fb46ff6
Preliminary i18n implementation as outlined in JEP 16 ( #2140 )
...
setting up internationalization for log and UI messages
See i18n README for details
Squashed to resolve CRLF, tab-indent issues.
9 years ago
Thomas Kluyver
36b6c9e5d3
Add id=favicon in templates
...
The new dynamic favicon-changing code looks for an existing favicon in
the DOM with id 'favicon'. This uses that id in the templates, so we
don't end up with two favicon links in the page.
I was hoping that this would fix some issues I'm having with the favicon
getting stuck, but it doesn't seem to. :-(
9 years ago
Thomas Kluyver
9cd249ef7f
Merge pull request #2532 from gnestor/issue-1129
...
Re: Adjust positioning of filename in save widget
9 years ago
Grant Nestor
945a973da5
Clean up layout in #header-container
9 years ago
Grant Nestor
5f3dbf9890
Use different favicons for different components (notebook, terminal, file)
9 years ago
michaelpacer
9b771de18d
Add latex button to dropdown
9 years ago
Matthias Bussonnier
90429adba4
Add a menu item to edit keyboard shortcuts.
9 years ago
Paul Ivanov
051e430f98
fix tests
...
along with a minor whitespace inconsistency introduced in an earlier
commit.
9 years ago
Paul Ivanov
03e410ba61
rename Halt to Shutdown
9 years ago
Paul Ivanov
95790be956
kernel halt confirmation dialog
9 years ago
Min RK
47d4451958
remove webpack shims
...
restore explicit imports of jquery, etc.
9 years ago
Brian E. Granger
6c8d453762
Merge pull request #1676 from gnestor/toggle-line-numbers
...
View > Toggle line numbers
10 years ago
Grant Nestor
ac526c2b55
Move toggle line numbers from toolbar to "View" menu
10 years ago
Peter Parente
8fb670904b
First pass migrating from jupyter_cms
...
* Change handler for consistency with nbconvert
* Change bundler function API to take ContentManager models
* Change CLI to work as jupyter bundler
* Change UI to fit into existing template / JS structure
(c) Copyright IBM Corp. 2016
10 years ago
Bernhard Liebl
c52e8fdc77
make MathJax config parameter configurable (instead of hard coded)
10 years ago
Min RK
41d6da235c
Merge pull request #879 from ellisonbg/nbext-pain
...
New nbextensions installation API
10 years ago
Min RK
5e9c88b2fe
fix a few remaining IPython Notebook references
...
in HTML templates
10 years ago
Brian E. Granger
7705bfd5ab
New approach working, old approach gone.
10 years ago
Brian E. Granger
142ae515bc
Adding prototype nbextensions argument to NotebookApp
10 years ago
Julien Rebetez
865de47233
Add Cut/Copy/Paste Cell attachments menu items
10 years ago
Julien Rebetez
22fccff443
Add a new insert-image action and corresponding dialog to insert inline images from menu.
10 years ago
Jonathan Frederic
508804153a
Remove ignore minified
10 years ago
Safia Abdalla
42bb38fcb0
Pluralized menu items for merged multiselect features
10 years ago
Matthias Bussonnier
fb7d3004f2
Pluralize action on multiple outputs
10 years ago
Matthias Bussonnier
c42d43f6c4
Pluralize commands in menu that can act on many cells.
...
Should we put the `s` in parenthesis ?
10 years ago
Matthias Bussonnier
47a51b7fd9
Merge pull request #527 from minrk/demote-cell-toolbar
...
Move cell toolbar selection to View menu
11 years ago
Safia Abdalla
01498d1dfd
Fixed indentation
11 years ago
Safia Abdalla
dcd6bb470a
Fixed title tooltip in notebook template
11 years ago
Min RK
523da50784
Move cell toolbar selection to View menu
...
it's not used enough to justify taking up a huge amount of space in the toolbar.
11 years ago
Min RK
ef64f743c4
make restart-clear-output a discrete action
...
- no more multi-button restart dialog
- Restart & Clear Output added to Kernel menu
11 years ago
Jonathan Frederic
831b2a523b
Merge pull request #472 from minrk/base-url-always-encoded
...
avoid double-encoding base_url
11 years ago
Safia Abdalla
e93db3ec22
Replaced 'Search and Replace' with 'Find and Replace'
11 years ago
Min RK
460643ed90
urlencode urls,paths in body-data in templates
11 years ago
Safia Abdalla
1f95016512
Added search and replace menu item to template
11 years ago
Min RK
172c6e272f
Merge pull request #423 from Carreau/ignore-min-edit
...
Acknowledge "ingnore_minified" on editor page.
11 years ago
Matthias Bussonnier
c4f2c5ac23
Acknowledge "ingnore_minified" on editor page.
...
a few typo and consistency also.
11 years ago
Matthias Bussonnier
806cd1f989
Merge pull request #400 from minrk/restart-run-all
...
add Restart & Run All action
11 years ago
Matthias Bussonnier
bce9c94f32
Fix overzealous auto escape
...
closes #398
Need backport.
11 years ago
Min RK
31f0ef480b
add Restart & Run All to Kernel Menu
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
jdfreder
b88fa0163a
Use npm for js and less builds
11 years ago
Matthias Bussonnier
656628cbe6
Merge pull request #283 from crwilcox/noreferrer
...
Add rel=noreferrer to helplink URLs as sending the referrer link is unnecessary
11 years ago