Dave Hirschfeld
ce602fcb0d
Use powershell on Windows
...
sh can be installed and on the path if e.g. git and the unix tools are installed
Even in this case the user would probably prefer to use powershell
8 years ago
Thomas Kluyver
2aac713937
Merge pull request #3294 from takluyver/notebook-js-syntax-fixes
...
Some Javascript syntax fixes
8 years ago
Mac Knight
b5932ad058
sets notebook to dirty after change to metadata
8 years ago
Thomas Kluyver
25c628c1f5
Merge pull request #3336 from hendrixet/color_contrast
...
fixed color contrast issue in tree.less
8 years ago
Ethan
23aa0d8076
fixed color contrast issue in tree.less
8 years ago
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
8 years ago
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
8 years ago
Thomas Kluyver
4285574b96
Merge pull request #3189 from cancan101/patch-2
...
Upgrade xterm.js to 3.1.0
8 years ago
Alex Rothberg
91794ecb18
dont rely on css calc
8 years ago
Alex Rothberg
2baa5d3acd
revert deletion and add comments
8 years ago
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 4d45ec7c1b6da51d3e1d4140b174b6f237ea2133.
* added back in reverted changes to editor.js
* Fix broken reference to 'this'
8 years ago
Thomas Kluyver
f3df01ee24
Merge pull request #3330 from takluyver/no-gettext-builtin
...
Don't install gettext into builtins
8 years ago
Thomas Kluyver
83fd9bb176
Squash some Sphinx warnings
8 years ago
Thomas Kluyver
64f02d8621
Merge pull request #3323 from mdboom/custom-exporters
...
Add any extra installed nbconvert exporters to the "Download as" menu
8 years ago
Thomas Kluyver
48b5faba57
Don't install gettext into builtins
8 years ago
Simon Biggs
fa803ba238
import _
8 years ago
Alex Rothberg
2424f97360
more dead
8 years ago
Alex Rothberg
2d5cd359e5
dead code
8 years ago
Alex Rothberg
bb7dd0a85e
calc height
8 years ago
Alex Rothberg
a770f83487
cleanup old
8 years ago
Alex Rothberg
c5fcd74756
remove dummy
8 years ago
Michael Droettboom
b2ffad9683
Remove extraneous <span/>
8 years ago
Michael Droettboom
198d74aeda
Add any extra installed nbconvert exporters to the "Download as" menu
8 years ago
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Thomas Kluyver
e3981568b8
Merge pull request #3314 from Shels1909/1097-close-halt
...
#1097 Add close and halt to shortcut menu
8 years ago
ehengao
dd451c1861
Add _ from module to fix the not imported error
8 years ago
ehengao
cd49eee41f
_ is not defined anywhere in the module
8 years ago
Mac Knight
9b9c19186d
changed test to reflect new id
8 years ago
Mac Knight
f5d59ca004
connect close_and_halt via id_actions_dict
8 years ago
Mac Knight
8888fa4e07
fixed removed ';'
8 years ago
Mac Knight
6162ca9570
Added close and halt to the action menu and exposed function
8 years ago
Thomas Kluyver
e250b0b7bf
Merge pull request #3305 from mdboom/atomic-write-notebook-json
...
Write notebook.json file atomically
8 years ago
Michael Droettboom
dd5778b81d
Write notebook.json file atomically
8 years ago
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
8 years ago
Thomas Kluyver
4200ea7c09
Don't trash files on different device to home dir on Linux
...
Closes gh-3249
8 years ago
Thomas Kluyver
3fce87d60a
Fix name of config option in comment
8 years ago
Thomas Kluyver
1d806da2b9
Some Javascript syntax fixes
8 years ago
Thomas Kluyver
a812581d43
Merge pull request #3287 from damianavila/add_slides_export
...
Add slides exportation/download to the menu
8 years ago
Damian Avila
0570d9b4b0
Use lowercase for slides
8 years ago
Thomas Kluyver
7445be5943
Merge pull request #3236 from takluyver/i3235
...
Fix output prompt when execution_count missing.
8 years ago
Damian Avila
4dc3221194
Add slides exportation/download to the menu
8 years ago
Peter Parente
386b3a248a
Update page / tab title when navigating
8 years ago
Peter Parente
611762b255
Fix modified clicking of dirs, crumbs
...
All the default browser behavior when the user is holding any modifier
key while clicking on a folder or breadcrumb in the fileview.
8 years ago
Grant Nestor
798d29bda8
Change config value name and use seconds vs. milliseconds
8 years ago
Thomas Kluyver
3de5e501f3
Back to development
8 years ago
Thomas Kluyver
ba5ea511a5
release 5.4.0
8 years ago
Grant Nestor
c2701a8fb0
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Alex Soderman
1ac7ff1ef3
Added aria-labels to buttons
8 years ago
Matthias Bussonnier
b96d75846d
Merge pull request #3264 from takluyver/i3263
...
Change the path to create notebooks in when navigating directories
8 years ago
Thomas Kluyver
ae7d39af1e
Merge pull request #3243 from minrk/less-shouty
...
make js-generated UUIDs lowercase
8 years ago