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
Thomas Kluyver
fecab009fd
Merge pull request #2078 from parente/fix-missing-kernelspec
...
Fix JS error on running notebooks tab
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
Min RK
c75a9d8d5a
Merge pull request #2077 from kikocorreoso/master
...
doc typos related with issue #2069
9 years ago
kikocorreoso
72769862f9
doc typos related with issue #2069
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
Grant Nestor
1088371e14
Merge pull request #5 from ivanov/draggable-dialog
...
drag modal dialogs by the header only
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
393a04d1b0
Merge pull request #2066 from jupyter/cm-up
...
Patch CodeMirror 5.22
9 years ago
Min RK
5721d7cc5b
Merge pull request #2073 from minrk/var-contents
...
declare contents variable
9 years ago
Min RK
83a2e83cf9
declare contents variable
...
typo introduced in unwebpackification
9 years ago
Grant Nestor
0e38b009f5
Patch CodeMirror after `bower install`
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
Min RK
9cc55801ed
codemirror 5.22
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
f28382da75
run the slowest tests first on Travis
...
This should further help with the total elapsed time for running the
test suite on Travis CI.
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