Thomas Kluyver
27cfa290b3
Merge pull request #2048 from vidartf/tags-bar
...
Simple implementation of cell tags
9 years ago
Thomas Kluyver
39b756bf34
Merge pull request #1905 from gnestor/pr/1755
...
Adds edit and view buttons
9 years ago
Matthias Bussonnier
be5cf10a7d
Merge pull request #2065 from jinmehta13/console-welcome-message
...
Welcome Message for Console and Terminal Output
9 years ago
Peter Parente
87b5b2ffb0
Fix missing running kernels
...
When a kernelspec is removed while a kernel spawned from it is in use
the Running tab on the dashboards page errors and no longer shows
any results. Fall back on using the kernel name from the session
in this case so that users can see and terminate kernels.
9 years ago
Paul Ivanov
ecc3ea04a1
Merge pull request #2076 from gnestor/draggable-dialog
...
Make dialogs draggable
9 years ago
Grant Nestor
532a66b99a
Display "move" cursor within modal header
9 years ago
Paul Ivanov
74ac1c04e6
drag modal dialogs by the header only
...
without this, it is not possible to select any text using the mouse in
the contents of the modal. For example: editing the notebook metadata
JSON you end up just moving the whole box around instead of being able
to select a portion of the JSON using the mouse.
9 years ago
Grant Nestor
3d7f0f2aca
Make dialogs draggable
9 years ago
Grant Nestor
acf4fa8ce5
Clean up
9 years ago
Grant Nestor
224294c274
Use `/view` route for HTML files
9 years ago
Grant Nestor
b7dcae6a56
Update View and Edit conditions
...
* Edit notebook opens a notebook, Edit any other file type open it in a
text editor
* View only available for HTML files to disambiguate between “viewing”
a notebook or text file (which is the same as editing it) and viewing
an HTML file
9 years ago
Grant Nestor
a7387b8633
Revise https://github.com/jupyter/notebook/pull/1755
9 years ago
Doug Blank
482ea4bb67
Adds edit and view buttons, #1752
9 years ago
Min RK
83a2e83cf9
declare contents variable
...
typo introduced in unwebpackification
9 years ago
Min RK
cd47dac0ff
Merge pull request #2061 from dkrenn/dkrenn/event-finished-exec
...
add event for finished execution of cell
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
Daniel Krenn
e3bdb1586c
cleanup
9 years ago
Daniel Krenn
540b51e7d0
trigger an event finished_execute.CodeCell
9 years ago
Daniel Krenn
d689ac1a38
trigger an event finished_iopub.Kernel
9 years ago
Jinesh Mehta
00952c45a7
added welcome message to display in console
9 years ago
Vidar Tonaas Fauske
946a4ac0a1
Add fade-out on overflowing tags
...
The size of the cell toolbar header is fixed, meaning that overflow
needed to be handled. This also styles a fade out, to help indicate to
the user that the content is overflowing.
9 years ago
Vidar Tonaas Fauske
8072084111
Add dialog for managing tags
...
This also meant some tags functionality needed to be refactored to avoid
multiple entry points for adding and removing tags.
9 years ago
Jason Grout
b4928d481a
Change ‘resize’ cell event to ‘resizeOutput’
...
This addresses the ‘resize’ event bubbling issue mentioned in https://bugs.jquery.com/ticket/9841#comment:8 by not triggering an event that will bubble up to something unrelated.
9 years ago
Vidar Tonaas Fauske
c0abae90fb
Split input on whitespace
...
Don't allow whitespace in tags. Instead split on whitespace, such that
several tags can be added in one go.
9 years ago
Vidar Tonaas Fauske
c49c8ea72a
Set dirty flag when changing tags
9 years ago
Vidar Tonaas Fauske
457d86b8b2
Add initial version of tags celltoolbar
9 years ago
Thomas Kluyver
666ecbf35c
Merge pull request #2011 from minrk/unwebpack
...
unwebpackify
9 years ago
Min RK
2659ff85b1
Merge pull request #2026 from ashaffer/master
...
Throttle element resizing in output areas
9 years ago
Min RK
f587b01f66
avoid race to set ws.onclose callback
...
between stop_channels and ws_closed_late
9 years ago
Min RK
7188f02763
check if module is defined before checking for items on it
9 years ago
michaelpacer
f3b4d16d14
fix typo(?) on the exception to edit application/javascript
9 years ago
michaelpacer
cd24d1ee92
add .tpl to set of editable extensions by notebook text editor
9 years ago
Andrew Shaffer
28008783e1
Merge branch 'master' of ssh://github.com/ashaffer/notebook
9 years ago
Andrew Shaffer
e16c590b73
throttle element resizing in output areas
9 years ago
Min RK
4f7160aac6
es5ify
...
- const, let -> var
- evaluated object keys
9 years ago
Min RK
5cafbfe822
Merge pull request #2005 from minrk/require-api-token
...
forward-port xsrf fixes
9 years ago
Min RK
82b3a65523
ES5ify shortcut editor
9 years ago
Min RK
cbd6eef04a
get preact from script tag
...
doesn't seem to like loading with require
9 years ago
Min RK
11bd42c353
un-nest loading of contents in main modules
9 years ago
Min RK
aa5293a253
missing typeahead require in commandpalette
9 years ago
Min RK
47d4451958
remove webpack shims
...
restore explicit imports of jquery, etc.
9 years ago
Kyle Kelley
4da035c577
Merge pull request #2009 from ellisonbg/md-max-width
...
Don't use max-width on tables in rendered markdown
9 years ago
Brian E. Granger
2ed20e4980
Don't use max-width on tables in rendered markdown
9 years ago
Min RK
2da82f909c
get xsrf from cookie, not body data
...
so that it can't be skimmed with a GET of the page
9 years ago
Min RK
9478a6b82b
use tornado xsrf token in API
...
- Cookie-authenticated API requests must use set X-XSRFToken header
- add utils.ajax for making ajax requests, adding xsrf header from default location
9 years ago
Min RK
374db739ad
Merge pull request #1965 from mgeier/proper-attachment-url
...
Use attachment:path instead of attachment://path
9 years ago
Jason Grout
935af43582
handle window sizing even when it is not from a resize event.
9 years ago
Jason Grout
e909afc93a
Due to jQuery propagating events, the window resize event could be triggered by a bubbled event.
...
See https://bugs.jquery.com/ticket/9841 . In our case, the OutputArea was triggering a ‘resize’ event on its element, which was bubbling up and causing this handler to execute every time an output was appended. This was a pretty big drain on output areas that quickly changed (like for interact widgets), presumably since this function involves a DOM read to get heights.
9 years ago