Min RK
bee0f83bdc
Merge pull request #2083 from dkrenn/dkrenn/event-change-cell
...
trigger event change.Cell
9 years ago
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
Daniel Krenn
1bc6e203e1
trigger event change.Cell
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
Matthias Bussonnier
12688f2a8d
show message only on dev
9 years ago
Grant Nestor
3d7f0f2aca
Make dialogs draggable
9 years ago
Grant Nestor
acf4fa8ce5
Clean up
9 years ago
Grant Nestor
3cbb5700cc
Add `test_view_html`
9 years ago
Grant Nestor
224294c274
Use `/view` route for HTML files
9 years ago
Grant Nestor
0034f2a251
Create `/view` route, handler, and template
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
Min RK
eb73920cbf
Merge pull request #2070 from ivanov/halt-kernel
...
Add "Shutdown" item to Kernel menu
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
Thomas Kluyver
f5072cf434
Merge pull request #1827 from minrk/kernel-activity
...
add activity watching to kernels
9 years ago
Jinesh Mehta
f1a03a7ce3
added welcome message to terminal output on Notebook server app start
9 years ago
Jinesh Mehta
00952c45a7
added welcome message to display in console
9 years ago
Kyle Kelley
f8c41bec1a
Merge pull request #2055 from ivanov/faster-testing
...
speed up casperjs tests
9 years ago
Paul Ivanov
eb3377cc45
speed up casperjs tests
...
This code claimed to be required for SlimerJS, but our test suite does
not currently pass on SlimerJS (and does no better or worse without this
code).
With PhantomJS, however, this eliminates a ~10s startup cost for each
file which uses notebook_test, and all of the tests continue to pass.
There are ~40 files using this, the bult of them in the js/notebook
section, which should now run 5-6 minutes faster as a result.
9 years ago
Min RK
dc873f1290
use self.request in status test
9 years ago
Min RK
2a5f8d2e17
add token auth to kernel websocket test
9 years ago
Min RK
75a0d71c28
give the server a second to notice that the websocket closed
...
because travis is slow
9 years ago
Min RK
32a353378a
track REST API activity
...
add /api/status endpoint for retrieving current status
includes
- started: start time of the server
- last_activity: latest activity across all endpoints
- connections: number of current connections
- kernels: number of current kernels
9 years ago
Min RK
8b76de80be
move tz utils to top-level private module ._tz
9 years ago
Min RK
bec396304b
add connections to sessions API tests
9 years ago
Min RK
9f55a857f3
use Z isoformat in UTC timestamps
...
instead of +00:00
9 years ago
Min RK
d45cb2ad80
track active kernel connections
9 years ago
Min RK
b472c55d9b
add activity watching to kernels
...
adds to kernel REST model:
- last_activity: datetime-aware timestamp
- execution_state: from last recorded status message
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
Thomas Kluyver
4917ba4d44
Merge pull request #1991 from minrk/template-log-message
...
remove debug statement about no custom error page template
9 years ago
Min RK
68a514a29d
Merge pull request #2033 from vlimant/master
...
simple overload of passwd_check
9 years ago