Gert-Ludwig Ingold
5cef46f26e
fix margin in RadioButtons
11 years ago
Min RK
65b2b3a651
Merge pull request #7888 from Carreau/horse
...
Don't recompute values
11 years ago
Fernando Perez
50c8c5feed
Merge pull request #7852 from minrk/open-perm
...
Catch IOError in addition to OSError.
Closes #7848
11 years ago
Thomas Kluyver
2111ac4812
back to development
11 years ago
Thomas Kluyver
76ce8cd2fb
Release 3.0
11 years ago
Matthias Bussonnier
59cab4c2d8
Add Markdown to the list of downloadable nbconverted formats.
...
Seem it was just forgotten. The list was not auto generated on purpose
IIRC, as some format, like TeX were deemed not useful in menu.
11 years ago
Matthias Bussonnier
a30b9b9446
Fix #4777 and #7887
...
The function in charge of actually converting cursor offset to
CodeMirror line number and character number was actually crashing when
the cursor was at the last character (loop until undefined, then access
length of variable, which is undefined).
This was hiding a bug in which when you would completer to a single
completion pressing tab after as-you-type filtering, the completion
would be completed twice.
The logic that was supposed to detect whether or not all completions had
a common prefix was actually faulty as the common prefix used to be a
string but was then changed to an object. Hence the logic to check
whether or not there was actually a common prefix was always true, even
for empty string, leading to the deletion of the line (replace by '') in
some cases.
11 years ago
Matthias Bussonnier
230ea32f0d
Dont recompute values
11 years ago
Min RK
3aa004e5c3
add ssl_options config value
...
exposes more ssl config, such as ca_certs, disabling SSLv3, etc.
11 years ago
Min RK
41e61d42a5
Merge pull request #7871 from takluyver/docs-misc-cleanup-feb15
...
Misc docs cleanup
11 years ago
Jonathan Frederic
f2dec681d2
Merge pull request #7872 from jdfreder/interact-styling
...
Remove padding without breaking interact style.
11 years ago
Jonathan Frederic
100b4470f3
invoke css
11 years ago
Jonathan Frederic
63b181a1a2
Only style direct decendants.
11 years ago
Jonathan Frederic
b822a9f191
invoke css
11 years ago
Sylvain Corlay
78d6a5023d
fix padding issue
11 years ago
Jonathan Frederic
1fbbda5a14
Pad interact widgets.
11 years ago
Thomas Kluyver
751de151e3
Clean up some docstring formatting for interact/interactive
11 years ago
Thomas Kluyver
80b931897c
Fix some formatting for config options help
11 years ago
Thomas Kluyver
0dd26a9b32
Merge pull request #7855 from minrk/no-extra-contents-manager
...
don't force instantiation of extra, unused contents manager
11 years ago
Min RK
ce7e03bc61
make sure SessionManager tests have a ContentsManager
11 years ago
Thomas Kluyver
193ecc9d22
Merge pull request #7858 from takluyver/i7857
...
Dump frontend config JSON with an indent
11 years ago
Thomas Kluyver
8e4514d88b
Dump frontend config JSON with an indent
...
Fixes gh-7857
11 years ago
Min RK
94656735f3
don't force instantiation of contents manager by default
...
this is never used and never needed, and results in the instantiation of a contents manager that is immediately discarded.
11 years ago
Min RK
b83a9383a6
test that FileContentsManager.open turns permission error into 403
11 years ago
Min RK
4e6805c408
catch IOError in addition to OSError
...
IOError is a subclass of OSError on py3, but not py2
11 years ago
Jason Grout
512187ac10
Fix contentsmanager api error message to give the path name
11 years ago
Min RK
d256f841f0
Merge pull request #7791 from parente/empty-running-table-fix-7789
...
Fix empty running table background
11 years ago
Sylvain Corlay
5c16ffe559
removing redundant allow_none=False
11 years ago
Jonathan Frederic
c65a28eb42
Merge pull request #7794 from SylvainCorlay/css_numeric_text
...
Minor styling fix for IntText and FloatText widgets
11 years ago
Thomas Kluyver
6272522a5a
Revert "Prevent image outputs from being wider than their container."
11 years ago
Jonathan Frederic
d423b11dd4
Merge pull request #7801 from jasongrout/display-state-change
...
Force display_message to be processed in order
11 years ago
Kyle Kelley
720e0d1ef7
Merge pull request #7811 from abalkin/patch-2
...
Update actions.js
11 years ago
abalkin
3a6c634f3e
Update actions.js
...
Added help for select- actions.
11 years ago
abalkin
6e5ef91f5a
Update actions.js
...
Clarified "delete-cell" action.
11 years ago
abalkin
25a1d9e2f6
Update actions.js
...
See issue #7807 .
11 years ago
abalkin
64de4432a6
Update quickhelp.js
11 years ago
abalkin
66f6818e42
Update quickhelp.js
11 years ago
abalkin
433dea8215
Update quickhelp.js
...
Use left/right instead of before/after.
11 years ago
Jason Grout
8b5715d738
Add check to skip work in versions past 3.4
11 years ago
Jason Grout
e441242f21
Fix serialization tests
11 years ago
Jason Grout
d9d089759d
Fix websocket/zmq serialization to expect memoryviews
11 years ago
Jason Grout
0b2f212786
Force display_message to be processed in order
...
Otherwise sometimes the display message will be processed before the update message.
11 years ago
Jason Grout
b4c8bda690
Add test to check that deserializing messages preserves the message order
11 years ago
Sylvain Corlay
0daa48b2c9
wrong css class for widget-int
11 years ago
Peter Parente
f29646bc39
Fix empty running table background
...
* Add list_placeholder style
* Change id so list_header class doesn't get added by JS
11 years ago
Sylvain Corlay
a70b65b5b4
Font-awesome icons for toggle buttons
11 years ago
Sylvain Corlay
829d25bdfd
Tooltips in togglebuttons
11 years ago
Jason Grout
0169ce472e
Fix race condition in javascript kernel message processing
...
Because the binary messages are now deserialized using the asynchronous FileReader API, we need to have some way to force the messages to still be processed in the order they are received. This patch implements a simple processing queue using promises.
11 years ago
Min RK
10dcd71550
back to dev
11 years ago
Min RK
c597f97b82
release 3.0.0rc1
11 years ago
Abe Guerra
0cfbf0f7d5
[bug: 5544] Fixed rendering of URL in append_stream function.
11 years ago
Min RK
69fe3a6d64
Merge pull request #7768 from minrk/handle-close
...
handle zmq messages that may be processed after websocket is closed
11 years ago
Min RK
60bff3735b
rebuild css
11 years ago
Min RK
2fdc2cd096
Merge pull request #7740 from dongweiming/radio
...
fix Radio margin
11 years ago
dongweiming
bf3b9dc0c6
fix Radio margin
11 years ago
Thomas Kluyver
faf648d259
Merge pull request #7756 from Carreau/common_conf
...
pass common config to contents manager
11 years ago
Min RK
07e5f78ef2
handle message arriving when sockets are closed
...
check both the incoming and outgoing streams
before proceeding to send messages
11 years ago
Min RK
b34d9eb76a
backport WebSocket.send_error from tornado 4.1
...
raising an exception in a websocket results in
"Method not supported" on tornado 4.0
11 years ago
Matthias Bussonnier
8567deaa6f
Pass common_config to content manager.
11 years ago
Thomas Kluyver
c5bed40d72
Merge pull request #7766 from minrk/select-pad
...
adjust appearance of cell toolbar select
11 years ago
Min RK
0ea61c7500
Merge pull request #7747 from Carreau/fix-lang
...
Select language based on old notebook meta.lang.
11 years ago
Matthias Bussonnier
1ea96d24c4
typo "Should"
11 years ago
Matthias Bussonnier
7a9797f6f6
Typo "settings"
11 years ago
Min RK
600a61b993
Merge pull request #7763 from ctaf42/cg/utils/get_body_data
...
get_body_data: fix for undefined
11 years ago
Min RK
124874f115
Merge pull request #7610 from Carreau/_blank
...
make some target _blank configurable
11 years ago
Min RK
f4513bc7ce
adjust appearance of cell toolbar select
...
undo some of the bootstrap mixin sizing,
which should help the appearance on Firefox on Linux.
11 years ago
Matthias Bussonnier
4bca402eae
Merge pull request #7748 from minrk/poll-windows
...
add no-op every 5s on Windows
11 years ago
Matthias Bussonnier
9cc7c2bf02
Merge pull request #7730 from minrk/complete-v4-empty
...
handle zero-length match in v4 completions
11 years ago
Jonathan Frederic
412ac27120
Merge pull request #7721 from jdfreder/widecontents2
...
Prevent image outputs from being wider than their container.
11 years ago
Cedric GESTES
49845b92af
get_body_data: fix for undefined
...
return undefined instead of "undefined"
11 years ago
Min RK
8b93d1561e
disable screenKeys in term.js
...
these capture ctrl-a and other keyboard shortcuts
11 years ago
Thomas Kluyver
8983606a89
Merge pull request #7752 from Carreau/nbdoc
...
minor doc improvement on nbextension
11 years ago
Matthias Bussonnier
cfa2d26f71
minor doc improvement on nbextension
11 years ago
Matthias Bussonnier
2394be85c2
explicitely pass language for old notebook
11 years ago
Min RK
64b4d90eeb
add no-op every 5s on Windows
...
signals don't interrupt the inner loop on Windows,
so pump the eventloop every 5s
11 years ago
Jonathan Frederic
65540779ee
Merge pull request #7733 from minrk/esc-tooltip
...
prevent esc from bubbling up when dismissing tooltip
11 years ago
Matthias Bussonnier
62bfd92374
Select language based on old notebook meta.lang.
...
Also fix UI when selecting kernels by string.
Fix #7744 and #7742
11 years ago
Mathieu
95f0f520c7
add tooltips
11 years ago
Sylvain Corlay
da96d28620
font awesome icon
11 years ago
Mathieu
4ffe57f48a
keep only basic changes
...
Kept changes:
- fewer, shorter menu items (too cryptic?), with icons.
- main checkbox does not open menu, but selects all/none.
- total selection count next to main checkbox (unsure if this is to be
kept. It does address #7628 ).
Removed changes:
- sticky menu.
- checkboxes and counters in menu.
11 years ago
Min RK
7bbdabdfd5
scrolling workaround for Firefox
...
setting overflow-x: hidden on Firefox prevents
long input from growing the cell ever wider on Firefox.
CSS is only applied on Firefox
11 years ago
Min RK
4ec038db1b
Merge pull request #7720 from jdfreder/readonlyui
...
Readonly indicator.
11 years ago
Min RK
8e20f8d848
prevent esc from bubbling up when dismissing tooltip
...
prevents esc from entering command mode when it's
meant to dismiss the tooltip.
The logic for the event was already there,
it just lacked the `ipkmIgnore` bit.
11 years ago
Thomas Kluyver
73727ed5ae
Remove Ctrl-J & Ctrl-K shortcuts
...
Closes gh-7716
11 years ago
Min RK
a9896e7404
handle zero-length match in v4 completions
...
use start=None instead of `-0` to indicate start == end
(which is already None indicating the same value).
11 years ago
Jonathan Frederic
28f54afd57
invoke css
11 years ago
Jonathan Frederic
67f000c721
Start read-only indicator as hidden.
11 years ago
Jonathan Frederic
2345e0fb5c
Add title to read-only indicator.
11 years ago
Jonathan Frederic
c639380a1f
invoke css
11 years ago
Jonathan Frederic
193986748c
Prevent output images from being larger than their container.
11 years ago
Jonathan Frederic
dcaa52daee
invoke css
11 years ago
Jonathan Frederic
231c30a550
Add readonly indicator to notification area.
11 years ago
Jonathan Frederic
7ae5f5c13b
invoke css
11 years ago
Jonathan Frederic
c4d017fe84
Don't allow output to overflow page width.
11 years ago
Jonathan Frederic
9ebb06f46a
Correct capitalization in menu.
11 years ago
Jonathan Frederic
14980570a7
Merge pull request #7700 from mathieu1/avoid-stopPropagation
...
Don't stop propagation in dashboard
11 years ago
Jonathan Frederic
b906cf0a8f
Revert "Use Output widget with Interact"
11 years ago
Mathieu
d6583c8097
invoke css
11 years ago
Mathieu
9fe1f43089
clean up CSS and firefox clicks
...
- `#button-select-all` toggles the all/none checkbox
and the all/none checkbox now works on firefox
- static appearance of the `#button-select-all` button
(even on counter change, up to two digits)
- clean up `tree.less`
11 years ago
Mathieu
0e9f13807e
add select-all badge
11 years ago
Mathieu
cbd7f1fc98
don't stop propagation in dashboard
...
Stopping click propagation should be avoided when used as a hack
for something else, as it interacts poorly with the open/close
mechanics of Bootstrap menus (amongst others).
(more [here](http://css-tricks.com/dangers-stopping-event-propagation/ )
This code preserves the intended behaviour (toggling the checkbox when
clicking on the row, except for the link) without resorting to
`stopPropagation()`
11 years ago
Min RK
809e79b6e4
bump pyzmq version dependency to 13
...
pyzmq < 13 doesn't work with tornado >= 3, which we also require.
This results in clearer error messages when pyzmq is too old.
11 years ago
Matthias Bussonnier
626d93128a
Merge pull request #7660 from minrk/overlayHackHack
...
Reverse hscrollbar min-height hack on OS X
11 years ago
Matthias Bussonnier
e154634ebf
Merge pull request #7686 from juhasch/shift-tab
...
Make shift-tab work as "indent-less" operation, too
11 years ago
Mathieu
2144e843fe
fix badge display on firefox
...
apparently, the use of `pull-right` requires the badges
to appear before the checkbox in order to display
correctly on firefox.
11 years ago
Mathieu
f012d1553c
invoke css
11 years ago
Mathieu
36a59bf8dc
add disabling, align badges and improve look
...
- Disable checkboxes when there is nothing to select
- right-alignment of badges in the menu
- HTML and CSS improvements for better look (not final)
Internal changes:
- Avoid use of `stopPropagation()`!
Instead, replace bootstap's dropdown hide/show logic
with suitable sticky-dropdown behaviour.
- Avoid selecting the `..` parent folder
11 years ago
Mathieu
2d91e6e1f6
add badge to each menu item
...
this is a possible way to address #7628
11 years ago
Mathieu
3578e8f1e5
streamline tree-selector menu using checkboxes
...
streamlines the menu from #7667 with
- Shorter text, with icons.
- Main checkbox no longer opens the dropdown.
Instead it just selects all/none.
- Fewer menu items but more actions possible by adding checkboxes
in the menu
- Menu stays open until clicking outside.
This obviously needs CSS tweaking
11 years ago
Jonathan Frederic
2aac3e913a
Merge pull request #7683 from minrk/fill-height
...
fill #site height with notebook containers
11 years ago
Min RK
b68cf735d7
Merge pull request #7687 from jdfreder/defineselected
...
Defined selected in notebooklist constructor
11 years ago
Min RK
c6bc3cc407
Merge pull request #7680 from jdfreder/persistfix
...
Fix widget view persistence.
11 years ago
Jonathan Frederic
46d1a64412
Defined selected in notebooklist constructor
11 years ago
Juergen Hasch
b3bf9dc318
Make shift-tab work as "indent-less" operation, too
11 years ago
Min RK
a1abe28c2c
fill #site height with notebook containers
...
avoids cutoff of overlay elements
11 years ago
Jonathan Frederic
a1f75abe32
Test for persistence.
11 years ago
Brian E. Granger
7a2e994a7e
Merge pull request #7667 from jdfreder/treeselector
...
Dashboard selector dropdown.
11 years ago
Jonathan Frederic
d78915af13
Fix variable scope.
11 years ago
Jonathan Frederic
6019c62f7f
Attempt to fix alignment problems
11 years ago
Thomas Kluyver
27334d29f5
Merge pull request #7666 from minrk/edit-download
...
add download link to editor
11 years ago
Thomas Kluyver
ea1892d597
Merge pull request #7668 from minrk/kernelspec-whitelist
...
Add KernelSpecManager.whitelist
11 years ago
Min RK
0378ace195
ensure IPython._target is defined
11 years ago
Min RK
cdb5deef9a
use IPython._target in window.open
11 years ago
Sylvain Corlay
f1cc2d1cc6
Allow a comparison operator 'equals' to be set for reverse lookup
11 years ago
Jonathan Frederic
fb88ecd55d
Address comments,
...
Remove inverse,
Deselect instead of unselect,
Add separator.
11 years ago
Jonathan Frederic
4f3d5eb912
tristate
11 years ago
Min RK
c9f60e6354
Merge pull request #7664 from minrk/start-busy
...
don't trigger kernel_starting after kernel_connected
11 years ago
Min RK
2b44652957
Add KernelSpecManager.whitelist
...
set of allowed kernels by name
Mainly useful for excluding the 'native' python2/3 kernel,
but it's generic.
11 years ago
Min RK
5298f5342a
Merge pull request #7626 from Carreau/refresh-rate
...
Make time to refresh "configurable", and limit refresh on focus
11 years ago
Jonathan Frederic
2167ec43fa
invoke css
11 years ago
Jonathan Frederic
30a23d4456
Add selector button to dashboard
11 years ago
Min RK
23fad40f6d
add download link to editor
11 years ago
Jonathan Frederic
95ac0675c9
Merge pull request #7665 from jdfreder/fixedmodeindi2
...
Fix the mode indicator width.
11 years ago
Jonathan Frederic
697fcf3dcd
Remove accident
11 years ago
Jonathan Frederic
fae9040524
invoek css
11 years ago
Jonathan Frederic
5f72e00dd7
Used fa-fw to force mode indicator as fixed width.
11 years ago
Min RK
ded9e7b6ad
don't trigger kernel_starting after kernel_connected
...
trigger instead at the beginning of Kernel.start
if a websocket is fully connected, the kernel has finished starting
11 years ago
Jonathan Frederic
69b07bf0a8
Prevent list items from being deselected on redraw.
11 years ago
Jonathan Frederic
6d248f258a
Merge pull request #6890 from bollwyvl/widget-select-multiple
...
SelectMultiple widget
11 years ago
Min RK
f1828497e5
only show prompt overlay if there's a prompt
...
on which to overlay
11 years ago
Min RK
6f354fea42
Reverse hscrollbar min-height hack on OS X
...
OS X has optional behavior to only draw scrollbars during scroll,
which causes problems for CodeMirror's scrollbars.
CodeMirror's solution is to set a minimum size for their
scrollbars, which is always present.
The trade is that the container overlays most of the last line,
swallowing click events when there is scrolling to do,
even when no scrollbar is visible.
This reverses the trade, recovering the click events at the expense of
never showing the horizontal scrollbar on OS X when this option is enabled.
11 years ago
Min RK
c0b5621732
Merge pull request #7655 from Carreau/position-tooltip
...
position tooltip in #site
11 years ago
Matthias Bussonnier
ea8fbb930f
position tooltip in #site
...
Fixes #7654 . As the position may be calculated for some browser
differently because of the translate-Z hack.
11 years ago
Matthias Bussonnier
7cbc54b9c3
fix sticky warning.
...
Widget.warning('text....') was infinitely sticky in some cases
like content manager raising 'not implemented' on copy.
The make default click_callback to dismiss notification,
and fix the logic to not unbind the click handler if it requests
the notification not to be dismissed.
11 years ago
Min RK
0ef85028d7
don't prevent spec_changed from firing on load
...
fixes check for the case where kernelspec info is coming from the kernel,
rather than notebook metadata.
This case was getting skipped by a bad check on `_session_starting`.
11 years ago
Nicholas Bollweg
39e7836ddc
firing select.change on option.click
11 years ago
Nicholas Bollweg
7643b3ccf0
listening for change on SelectView and SelectMultipleView
11 years ago
Nicholas Bollweg
6a372a4c66
squashing the whitespace changes
11 years ago
Min RK
e48d772063
back to dev
11 years ago
Min RK
4ac3b6b6a6
prerelease 3.0.0b1
11 years ago
Min RK
1a4aac0de0
Merge pull request #7554 from jdfreder/interact-fix
...
Use Output widget with Interact
11 years ago
Min RK
526ae4ff16
Merge pull request #7630 from minrk/untranslateZ
...
remove translateZ hack
11 years ago
Thomas Kluyver
180842480d
Merge PR #7616 at f6260bd: notebook running indicator in dashboard
...
Closes gh-7616
11 years ago
Mathieu
5de2bdfbbb
invoke css
11 years ago
Mathieu
0f78612964
replace stripes with hover highlight
11 years ago
Min RK
a5218e0cae
fix initial collapsed state on load
...
OutputArea.collapsed should only be assigned inside expand/collapse methods
setting `collapsed = false` when it actually is collapsed prevents expand from having any effect,
resulting in apparently invisible output.
11 years ago
Min RK
7ce360aa6b
Merge pull request #7580 from Carreau/dirty-indicator
...
indicate unsaved changes in text editor
11 years ago
Min RK
fd8db4f282
remove translateZ hack
...
while it does improve repaint performance on *some* setups (OS X+Chrome+Low-DPI),
it seems to have no effect on most (OS X+FF, OS X+Chrome+High-DPI, Linux+Chrome),
and the opposite effect on others (Linux+FF).
11 years ago
Thomas Kluyver
d3c9ea2c7f
Merge pull request #7468 from minrk/jslink
...
document and validate link, dlink
11 years ago
Matthias Bussonnier
cccbf02be5
Make time to refresh "configurable", and limit refresh on focus
...
Closes #7611 and jupyter/jupyter-drive#61
11 years ago
Mathieu
eca11122f9
invoke css
11 years ago
Mathieu
8bf4dbb488
add zebra striping to the dashboard
11 years ago
Jason Grout
d3bd5ac96a
Fix error when overwriting a bad symbolic link installing an nbextension
...
The unit test fails before this fix and works after this fix.
Basically, if the already-installed symlink is a bad link, .exists()
returns False (so the existing link is not removed), while .lexists()
will return True (so the existing link is removed).
11 years ago
Thomas Kluyver
c571fa545d
Merge pull request #7609 from jasongrout/install-single-nbextension
...
Change install_nbextension to take install only a single nbextension, with an optional destination
11 years ago
Thomas Kluyver
e7b54cb7e0
Merge pull request #7622 from jdfreder/uploadfix
...
Fix upload feature for new dashboard UI
11 years ago
Jonathan Frederic
bd30228c27
Add some more comments...
11 years ago
Jonathan Frederic
efaffe1c02
invoke css
11 years ago
Jonathan Frederic
87186354d3
Make upload work with new UI
11 years ago
Min RK
358099a6d6
add missing error dialogs to tree actions
...
- new file/folder, copy were not catching errors
- made error messages more consistent
11 years ago
Min RK
a720a14159
fix help-links on Firefox
...
link text must come after icon to layout properly on Firefox
this makes help links from the kernel match those already populated from the template
11 years ago
Mathieu
a9201807a9
add running indication for notebook icon in dashboard
11 years ago
Jonathan Frederic
7b8b8b7a1e
Fix interact test
11 years ago
Jonathan Frederic
03ffca6d88
Merge pull request #7602 from SylvainCorlay/fix_slider
...
Validation on the python side
11 years ago
Thomas Kluyver
b0e4ef6b5c
Merge pull request #7505 from jdfreder/actions
...
Dashboard checkbox style interface
11 years ago
Min RK
2ad741a673
remove Link, DirectionalLink from widgets.__init__
...
only functions are part of the public API
11 years ago
Min RK
0071563176
use jslink, jsdlink for frontend link functions
11 years ago
Thomas Kluyver
9790e43997
Merge pull request #7605 from minrk/f-the-pager
...
fix the pager and tooltip locations
11 years ago
Jason Grout
4a9e371243
Cast the destination url to unicode in python2
...
Thanks to @takluyver for this review comment.
11 years ago
Sylvain Corlay
64788624f5
Not using _**_changed handles anymore
11 years ago
Min RK
c77e94a8e6
more fixes for locating tooltip
...
use local measurements instead of page-global locations,
which are wrong now that different elements are scrolled.
11 years ago
Jonathan Frederic
470491432a
files/folders
11 years ago
Jonathan Frederic
11b0dbfd25
Validation on the python side
11 years ago
Matthias Bussonnier
3cb0732dbf
make some target _blank configurable
...
there seem to be "only" 2 places where this make sens, the other
being href in mdcell, detach pager, help link in new windows.
set IPython._target = '_self' for try.jupyter.org shoudl work in
custom.js
11 years ago
Thomas Kluyver
6192c520b5
Merge pull request #7608 from minrk/default-location
...
use default_url for logo link
11 years ago
Jason Grout
43275963cf
Delete unnecessary if branch
...
Thanks to @takluyver for the review comment.
11 years ago
Jason Grout
354861cffd
Fix wording of install-nbextension command help
...
Thanks to @takluyver for the review comment.
11 years ago
Jason Grout
b27739ec65
Give sensible error message if using the install-nbextension command to try to install multiple extensions.
11 years ago
Jason Grout
0ee28ed816
Fix variable name typo
11 years ago
Jason Grout
c93a31ce70
Change install_nbextension to take install only a single nbextension (file, folder, archive, url), with an optional destination argument
11 years ago
Thomas Kluyver
d7f1166005
Merge pull request #7454 from minrk/project_name
...
add language name to kernelspec
11 years ago
Min RK
c62298f40b
empty default_url when outside IPython
11 years ago
Min RK
e1c8de79dd
Merge pull request #7606 from Carreau/date-now
...
Date now
11 years ago
Min RK
2d0b8b1d6a
use default_url for logo link
11 years ago
Min RK
cc84f1d783
ensure default_url includes base_url
11 years ago
Matthias Bussonnier
729b0922b1
Parse Date with moment.js or Because Date(str) return Now()
...
Also so relative date in confirmation dialog because It's easier to
parse mentally.
Closes #7535
11 years ago
Matthias Bussonnier
e558e1aeb8
refactor imports
11 years ago
Matthias Bussonnier
a6eefd8952
Merge pull request #7576 from minrk/warn-overwrite
...
Confirm save if notebook changed
11 years ago
Bussonnier Matthias
4513aae2b9
[editor] mark unsaved changes
...
Put indicator before time, change title.
And cleanup implementation.
11 years ago
Min RK
a1e4775487
fix tooltip location
...
put it inside `#site`, so it scrolls with the notebook
11 years ago
Min RK
e18a502484
"fix" the pager
...
- pull the pager element out of `#site`
- fix top to `auto` instead of `inherit`
11 years ago
Jonathan Frederic
22f8c7929d
Merge pull request #7604 from minrk/print-smh
...
set height: auto on #site for print
11 years ago
Thomas Kluyver
2b7b0dbfc2
Merge pull request #7600 from minrk/check-streams
...
protect websocket against errant messages
11 years ago
Jonathan Frederic
7a2439d1a0
Import `get_ipython` function
11 years ago
Min RK
87758e0c77
set height: auto on #site for print
...
avoids truncating printed output
11 years ago
Min RK
395ad097a9
add some horizontal margin on select dropdown
...
to avoid overlapping adjacent text when active
11 years ago
Min RK
089973920b
use one-off notification widget for match notification
...
when no exact match, and only one kernel matches language
11 years ago
Min RK
abf27c1ddf
"Continue without kernel" button
11 years ago
Min RK
e67df0526a
use Array.map
11 years ago
Min RK
89bb88bf6e
s/language_name/language/
11 years ago
Min RK
3a20b9928b
add "No appropriate kernel" button to kernel-selection prompt
11 years ago
Min RK
f5e2bb712d
replace project_name with language_name
...
- automatically choose language match, if only one
- only list language matches in select dialog
- list all kernels if no language match
11 years ago
Min RK
e514d930cf
handle missing kernel
...
- if project_name matches, pick another kernel
- if no match, show dialog with kernel selector
11 years ago
Min RK
6bf7f1ab43
add project_name to kernelspec
...
this should be the same for compatible kernels ('ipython', 'ijulia', etc.)
11 years ago
Min RK
f52ecf1beb
warn on clobber of notebooks
...
check last_modified before saving. If it's changed, confirm overwrite.
11 years ago
Min RK
1eddad8a63
Merge pull request #7578 from Carreau/moreerrors
...
Catch and/or log a bit more errors.
11 years ago
Min RK
72630e7672
test widget link argument validation
11 years ago
Min RK
f11fbe8844
add missing `that = this`
11 years ago
Min RK
121d495424
protect websocket against errant messages
...
- message handler being triggered after stream is closed (no channels)
- messages sent to invalid channels
11 years ago
Thomas Kluyver
a788c02ea3
Merge pull request #7599 from minrk/modal-double-border
...
remove duplicated border in indicator area
11 years ago
Matthias Bussonnier
b0cb79d4e7
Merge pull request #7598 from minrk/ignore-empty-cell
...
don't execute empty cells
11 years ago
Min RK
54bce1c423
remove duplicated border in indicator area
11 years ago
Thomas Kluyver
c00eb5973f
Merge pull request #7537 from jasongrout/nbextension-custom-dest
...
Configurable destinations for nbextensions.
11 years ago
Min RK
a7e72f8b80
don't execute empty cells
...
reorder execute a little, so that clearing old state all happens before setting new state
11 years ago
Min RK
7f3f3d4316
apply `position: relative` to header
...
otherwise, z-index has no effect,
causing header shadow to fall behind content.
11 years ago
Thomas Kluyver
708088d74a
Merge pull request #7586 from Carreau/notif-editor
...
re-hook notification area for editor.
11 years ago
Jason Grout
3f3012a4d4
Don't trap any copying errors - allow them to bubble up.
11 years ago
Peter Parente
91740ace4a
Fix initial scroll overflow with padding (from @joelkim)
11 years ago
Min RK
b5ba6caf72
fix CodeMirror div measurement on edit page
...
was measuring the wrong elements,
causing the CM div to not fit on the page,
resulting in multiple scrollbars.
11 years ago
Min RK
339238587f
rebuild css with font-awesome-4.3
11 years ago
Jonathan Frederic
2501206692
Only show shutdown when notebooks are the only thing selected.
11 years ago
Jonathan Frederic
0779c37871
Re-add shutdown button to running tab
11 years ago
Jonathan Frederic
9923737e74
Use trash bin icon,
...
and add tooltip to checkbox
11 years ago
Jonathan Frederic
c3838cf2c9
That this typo
11 years ago
Jonathan Frederic
0ca3ce1236
Use running text instead of icon.
11 years ago
Jonathan Frederic
bd52c3bc3a
Change shutdown button display behavior,
...
now display when atleast one RUNNING notebook is selected.
11 years ago
Jonathan Frederic
e586a364cd
Shutdown the selected notebooks before deleting them
11 years ago
Jonathan Frederic
ffac8cc1bb
invoke css
11 years ago
Jonathan Frederic
8701ac2db5
Use checkbox layout instead of actions dropdown
11 years ago
Jonathan Frederic
d07b05c8c4
Add actions dropdown to tree view
11 years ago
Min RK
3b1ac5c58f
Merge pull request #7579 from Carreau/ntf
...
rename "new-file" to "new > text file"
11 years ago
Bussonnier Matthias
8bc4bbab68
remove "Saving..." notification
11 years ago
Matthias Bussonnier
1ce46a8723
Merge pull request #7481 from minrk/toggle-buttons-indicate
...
don't set bootstrap toggle on ToggleButtonsWidget
11 years ago
Bussonnier Matthias
0118cfbd48
re-hook notification area for editor.
...
- re-order element to be the same as in notebook,
- rename events correctly.
- Add event on savign to show that save is in progress, that get
dismissed on file save
Closes #7569
11 years ago
damianavila
1b520328d6
Fix the hidden x scrolling.
11 years ago
Bussonnier Matthias
caa5d499e9
rename "new-file" to "new > text file"
...
Because it is not obvious to everyone...
Closes #7571
11 years ago
Bussonnier Matthias
ab8290ae95
Catch and/or log a bit more errors.
11 years ago
Matthias Bussonnier
730c0b8822
Merge pull request #7522 from minrk/store-scroll
...
remember and persist manual scroll state.
11 years ago
Matthias Bussonnier
f5cbbd591f
Merge pull request #7565 from minrk/missing-focusout
...
enable keyboard manager when codemirror is focused
11 years ago
Min RK
ad83e79ea5
allow requesting contents without body
...
adds `?content=0` to only fetch the metadata in the model.
The REST API now exposes all arguments to ContentsManager.get.
11 years ago
Min RK
83ce71aa53
Merge pull request #7551 from Carreau/xxs
...
fix left-margin on xxs screen
11 years ago