Thomas Kluyver
2aac713937
Merge pull request #3294 from takluyver/notebook-js-syntax-fixes
...
Some Javascript syntax fixes
8 years ago
Mac Knight
b5932ad058
sets notebook to dirty after change to metadata
8 years ago
Thomas Kluyver
25c628c1f5
Merge pull request #3336 from hendrixet/color_contrast
...
fixed color contrast issue in tree.less
8 years ago
Ethan
23aa0d8076
fixed color contrast issue in tree.less
8 years ago
Thomas Kluyver
4285574b96
Merge pull request #3189 from cancan101/patch-2
...
Upgrade xterm.js to 3.1.0
8 years ago
Alex Rothberg
91794ecb18
dont rely on css calc
8 years ago
Alex Rothberg
2baa5d3acd
revert deletion and add comments
8 years ago
Gabriel Ruiz
331a7a2dda
Editor - Prompt warning when overwriting a file that is modified on disk ( #2783 )
...
* added overwrite prevention to saving
* rearranging order of require variables and edit to rename
* added documentation, and fixed reload button
* followed suggestion by tom, started tests
* Revert "followed suggestion by tom, started tests"
This reverts commit 4d45ec7c1b6da51d3e1d4140b174b6f237ea2133.
* added back in reverted changes to editor.js
* Fix broken reference to 'this'
8 years ago
Alex Rothberg
2d5cd359e5
dead code
8 years ago
Alex Rothberg
bb7dd0a85e
calc height
8 years ago
Alex Rothberg
a770f83487
cleanup old
8 years ago
Michael Droettboom
198d74aeda
Add any extra installed nbconvert exporters to the "Download as" menu
8 years ago
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Mac Knight
f5d59ca004
connect close_and_halt via id_actions_dict
8 years ago
Mac Knight
8888fa4e07
fixed removed ';'
8 years ago
Mac Knight
6162ca9570
Added close and halt to the action menu and exposed function
8 years ago
Thomas Kluyver
364cd032c4
Merge pull request #3273 from gnestor/issue-484
...
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Thomas Kluyver
3fce87d60a
Fix name of config option in comment
8 years ago
Thomas Kluyver
1d806da2b9
Some Javascript syntax fixes
8 years ago
Thomas Kluyver
a812581d43
Merge pull request #3287 from damianavila/add_slides_export
...
Add slides exportation/download to the menu
8 years ago
Thomas Kluyver
7445be5943
Merge pull request #3236 from takluyver/i3235
...
Fix output prompt when execution_count missing.
8 years ago
Damian Avila
4dc3221194
Add slides exportation/download to the menu
8 years ago
Peter Parente
386b3a248a
Update page / tab title when navigating
8 years ago
Peter Parente
611762b255
Fix modified clicking of dirs, crumbs
...
All the default browser behavior when the user is holding any modifier
key while clicking on a folder or breadcrumb in the fileview.
8 years ago
Grant Nestor
798d29bda8
Change config value name and use seconds vs. milliseconds
8 years ago
Thomas Kluyver
3de5e501f3
Back to development
8 years ago
Thomas Kluyver
ba5ea511a5
release 5.4.0
8 years ago
Grant Nestor
c2701a8fb0
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Matthias Bussonnier
b96d75846d
Merge pull request #3264 from takluyver/i3263
...
Change the path to create notebooks in when navigating directories
8 years ago
Thomas Kluyver
ae7d39af1e
Merge pull request #3243 from minrk/less-shouty
...
make js-generated UUIDs lowercase
8 years ago
Thomas Kluyver
51acfb61ad
Use event.preventDefault() on links creating new files & folders
8 years ago
Thomas Kluyver
1d84d839f3
Change the path to create notebooks in when navigating directories
...
Closes gh-3263
Closes gh-3248
8 years ago
yuvipanda
194a84a324
Remove duplicate setting of this.notebook
...
Should be a noop
8 years ago
Min RK
44c99143e9
make js-generated UUIDs lowercase
...
so it's less shouty when debugging messages
We don't ever need official UUIDs as specified, just sufficiently random strings.
8 years ago
Thomas Kluyver
31215b857c
Merge pull request #3195 from areading314/ar/limit_autcomplete_elements
...
Limit length of GUI autocomplete to 1000
8 years ago
Thomas Kluyver
8657d99d9f
Fix output prompt when execution_count missing.
...
Closes gh-3235
8 years ago
Thomas Kluyver
fe2502d81e
Back to development
8 years ago
Thomas Kluyver
e3a8cf0b83
update JS version number as well
8 years ago
Thomas Kluyver
3b069e3c0a
Replace symlinked favicon with a copy
...
Closes gh-3215
8 years ago
Thomas Kluyver
4179d60e49
Back to development
8 years ago
Lilian Besson
de92a2b34f
Force padding top bottom to 1px for div.output_area pre ( #3194 )
...
See https://github.com/jupyter/notebook/issues/3193
8 years ago
Arthur Reading
426346fc91
Limit length of GUI autocomplete to 1000
8 years ago
Grant Nestor
91d46c5328
release 5.3.0rc1
8 years ago
Thomas Kluyver
7b5bd66cf7
Merge pull request #3175 from gnestor/issue-2591
...
Add Jupyter action for CodeMirror indentAuto command
8 years ago
Grant Nestor
630ef639dd
Add indentAuto to actions
8 years ago
Thomas Kluyver
e4529a46c4
Merge pull request #2965 from betatim/restart-and-rerun-toolbar
...
Add toolbar icon to restart and run all
8 years ago
Tim Head
3c83c85095
Switch to fa-repeat and remove restart button
8 years ago
Grant Nestor
50a03a0a9e
Display a "Close" button on load notebook error
8 years ago
Sukneet
ca5e39a481
warn_bad_name should not use global name
...
warn_bad_name in get_name should use the local variable name_or_data not name
8 years ago
Min RK
5df9e35d83
avoid overflow of hidden form
...
fixes hover on upload button leaking over New button
8 years ago