Min RK
74e24299b4
Merge pull request #3377 from xuhdev/markdown-doc
...
Add explanation on how to change the type of a cell to Markdown.
8 years ago
Min RK
7ee844f3a4
Merge pull request #3379 from dhirschfeld/patch-1
...
Use powershell on Windows
8 years ago
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
Hong Xu
08231369c1
Add explanation on how to change the type of a cell to Markdown.
8 years ago
Thomas Kluyver
2aac713937
Merge pull request #3294 from takluyver/notebook-js-syntax-fixes
...
Some Javascript syntax fixes
8 years ago
Thomas Kluyver
07dc619d00
Merge pull request #3350 from Shels1909/nb_metadata_3095
...
Set notebook to dirty state after change to kernel metadata
8 years ago
Thomas Kluyver
dd7eab3957
Merge pull request #3360 from hroncok/nbsphinx-notexecute
...
Do not execute special notebooks with nbsphinx
8 years ago
Thomas Kluyver
6bed9cae7d
Merge pull request #3372 from vaibhavsagar/patch-1
...
Use latest codemirror
8 years ago
Vaibhav Sagar
bf5bd5e11c
Use latest codemirror
8 years ago
Miro Hrončok
6453b0f1da
Do not execute special notebooks with nbsphinx
...
They can hang in headless environment.
See also db90e16d17
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
b76c8d907e
Merge pull request #3288 from kant/patch-1
...
Minor fixes
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
0c06649bcd
Use asterisks for italics
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
66bd2fbf20
Allow use of newest nbsphinx for building docs
...
Needed for compatibility with Sphinx 1.7
8 years ago
Thomas Kluyver
48b5faba57
Don't install gettext into builtins
8 years ago
Min RK
4ad65171e2
Merge pull request #3326 from SimonBiggs/include-locale
...
Fix a missing import of _
8 years ago
Simon Biggs
fa803ba238
import _
8 years ago
Alex Rothberg
2424f97360
more dead
8 years ago
Alex Rothberg
dab784fddf
fix
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
Alex Rothberg
4616250e2f
Bump version pin to 3.1.0
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
Thomas Kluyver
0db7ef7afe
Merge pull request #3316 from ehengao/master
...
add missing import _
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