bxy007
191be80e83
fix spell error
2018-03-08 07:38:47 +08:00
bxy007
4a3885d3e2
fix:when upload large file,we cant stop
2018-02-25 17:38:55 +08:00
Thomas Kluyver
25c628c1f5
Merge pull request #3336 from hendrixet/color_contrast
...
fixed color contrast issue in tree.less
2018-02-14 11:24:26 +00:00
Ethan
23aa0d8076
fixed color contrast issue in tree.less
2018-02-13 14:52:10 -05:00
Min RK
6ac6f97b80
Merge pull request #3304 from takluyver/trash-linux-home-only
...
Don't trash files on different device to home dir on Linux
2018-02-13 18:13:00 +01:00
Thomas Kluyver
aa9c977880
Testing with Selenium & Sauce labs ( #3321 )
...
* Initial selenium test
* Try configuring Travis to run selenium tests on Sauce
* Encryption key needs to be for my account, not jupyter
* Install selenium on Travis
* Get more data from server info file
* Set cwd when launching notebook server
Will this help on Travis?
* Use JUPYTER_TEST_BROWSER=chrome to test with Chrome
* Debugging test
* Separate fixtures into conftest.py
* Try with --Cls.a=b option syntax
* Try using sauce labs directly, not through Travis proxy
* Back to using proxy, with http instead of https
Idea from https://stackoverflow.com/questions/48236104/ssl-errors-using-
sauce-labs-in-travis-ci-with-selenium-webriver-tests-django-pr
* Specify browserName in desired_capabilities for Sauce
* Try connecting to Sauce for only some jobs in matrix
* Exclude selenium tests from regular test run
* Remove redundant JS test for dashboard navigation (converted to Selenium)
* Re-enable other tests
* Exclude selenium tests on Appveyor
* Later browser versions are available on Windows
* Try running tests with Firefox 57 instead of 58
* Try running with local Firefox on Travis
* Install geckodriver for Selenium tests
* Untar the right version of geckodriver
* Try stepping back one version of Firefox again
2018-02-13 09:01:00 -08:00
Thomas Kluyver
4285574b96
Merge pull request #3189 from cancan101/patch-2
...
Upgrade xterm.js to 3.1.0
2018-02-13 11:23:11 +00:00
Alex Rothberg
91794ecb18
dont rely on css calc
2018-02-12 18:11:32 -05:00
Alex Rothberg
2baa5d3acd
revert deletion and add comments
2018-02-12 17:25:27 -05:00
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 4d45ec7c1b
.
* added back in reverted changes to editor.js
* Fix broken reference to 'this'
2018-02-12 07:56:59 -08:00
Thomas Kluyver
b76c8d907e
Merge pull request #3288 from kant/patch-1
...
Minor fixes
2018-02-12 13:57:13 +00:00
Thomas Kluyver
f3df01ee24
Merge pull request #3330 from takluyver/no-gettext-builtin
...
Don't install gettext into builtins
2018-02-12 13:54:54 +00:00
Thomas Kluyver
83fd9bb176
Squash some Sphinx warnings
2018-02-12 11:49:44 +00:00
Thomas Kluyver
0c06649bcd
Use asterisks for italics
2018-02-12 11:37:17 +00:00
Thomas Kluyver
64f02d8621
Merge pull request #3323 from mdboom/custom-exporters
...
Add any extra installed nbconvert exporters to the "Download as" menu
2018-02-12 11:15:12 +00:00
Thomas Kluyver
66bd2fbf20
Allow use of newest nbsphinx for building docs
...
Needed for compatibility with Sphinx 1.7
2018-02-12 11:09:46 +00:00
Thomas Kluyver
48b5faba57
Don't install gettext into builtins
2018-02-12 10:39:14 +00:00
Min RK
4ad65171e2
Merge pull request #3326 from SimonBiggs/include-locale
...
Fix a missing import of _
2018-02-12 11:35:17 +01:00
Simon Biggs
fa803ba238
import _
2018-02-11 16:17:48 +11:00
Alex Rothberg
2424f97360
more dead
2018-02-10 15:22:04 -05:00
Alex Rothberg
dab784fddf
fix
2018-02-10 14:52:10 -05:00
Alex Rothberg
2d5cd359e5
dead code
2018-02-10 14:46:37 -05:00
Alex Rothberg
bb7dd0a85e
calc height
2018-02-10 14:43:27 -05:00
Alex Rothberg
a770f83487
cleanup old
2018-02-10 14:37:28 -05:00
Alex Rothberg
c5fcd74756
remove dummy
2018-02-10 13:58:49 -05:00
Michael Droettboom
b2ffad9683
Remove extraneous <span/>
2018-02-09 16:36:03 -05:00
Michael Droettboom
198d74aeda
Add any extra installed nbconvert exporters to the "Download as" menu
2018-02-09 13:17:12 -05:00
Alex Rothberg
e5d393aea1
use fit addon
2018-02-09 08:41:38 -05:00
Alex Rothberg
4616250e2f
Bump version pin to 3.1.0
2018-02-09 06:36:13 -05:00
Thomas Kluyver
e3981568b8
Merge pull request #3314 from Shels1909/1097-close-halt
...
#1097 Add close and halt to shortcut menu
2018-02-08 11:26:22 +00:00
Thomas Kluyver
0db7ef7afe
Merge pull request #3316 from ehengao/master
...
add missing import _
2018-02-08 11:24:02 +00:00
ehengao
dd451c1861
Add _ from module to fix the not imported error
2018-02-08 01:26:31 -06:00
ehengao
cd49eee41f
_ is not defined anywhere in the module
2018-02-08 01:19:01 -06:00
Mac Knight
9b9c19186d
changed test to reflect new id
2018-02-07 17:59:18 -05:00
Mac Knight
f5d59ca004
connect close_and_halt via id_actions_dict
2018-02-07 11:56:40 -05:00
Mac Knight
8888fa4e07
fixed removed ';'
2018-02-07 11:23:33 -05:00
Mac Knight
6162ca9570
Added close and halt to the action menu and exposed function
2018-02-07 11:20:26 -05:00
Thomas Kluyver
e250b0b7bf
Merge pull request #3305 from mdboom/atomic-write-notebook-json
...
Write notebook.json file atomically
2018-02-06 11:18:55 +00:00
Michael Droettboom
dd5778b81d
Write notebook.json file atomically
2018-02-05 12:57:14 -05:00
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
2018-02-05 17:51:17 +00:00
Thomas Kluyver
4200ea7c09
Don't trash files on different device to home dir on Linux
...
Closes gh-3249
2018-02-05 17:48:01 +00:00
Thomas Kluyver
3fce87d60a
Fix name of config option in comment
2018-02-05 17:14:24 +00:00
Thomas Kluyver
08a17dfcf0
Merge pull request #3293 from takluyver/unlink-ferdas
...
Remove broken link to Github user
2018-02-02 13:15:21 +00:00
Thomas Kluyver
a812581d43
Merge pull request #3287 from damianavila/add_slides_export
...
Add slides exportation/download to the menu
2018-02-02 12:55:31 +00:00
Thomas Kluyver
f559ffef6a
Remove broken link to Github user
2018-02-02 12:53:23 +00:00
Damian Avila
0570d9b4b0
Use lowercase for slides
2018-02-02 08:50:54 -03:00
Thomas Kluyver
bdd62b3c58
Merge pull request #3223 from takluyver/unpin-travis-ipykernel
...
Unpin ipykernel version on Travis
2018-02-02 11:46:07 +00:00
Thomas Kluyver
7445be5943
Merge pull request #3236 from takluyver/i3235
...
Fix output prompt when execution_count missing.
2018-02-02 11:43:50 +00:00
Thomas Kluyver
6d7fd5c36d
Merge pull request #3282 from parente/fix-3276-click-modifiers
...
Fix clicking with modifiers, page title updates
2018-02-02 11:42:34 +00:00
Darío Hereñú
560e142cf2
Minor fixes
...
(proposal)
2018-02-01 10:50:34 -03:00