Commit Graph

10648 Commits

Author SHA1 Message Date
Thomas Kluyver
3f035c5ba9 Bump jupyter_client dependency to 5.2 2017-12-19 14:03:50 +00:00
Min RK
5df9e35d83 avoid overflow of hidden form
fixes hover on upload button leaking over New button
2017-12-19 14:54:32 +01:00
Thomas Kluyver
60e20c2956
Merge pull request #3147 from forbxy/fix-Shutdown-trans
fix Shutdown trans loss
2017-12-19 10:08:58 +00:00
bxy007
83d1deda2f fix Shutdown trans loss 2017-12-19 16:20:54 +08:00
Thomas Kluyver
3eb6d72bb5 Find available kernelspecs more efficiently
Closes gh-3135
2017-12-15 11:30:50 +00:00
Thomas Kluyver
ca50f1af5a
Merge pull request #3097 from gnestor/requirejs
[WIP] Use `requirejs` vs. `require`
2017-12-14 23:03:03 +00:00
Thomas Kluyver
946fa40c53
Merge pull request #3122 from takluyver/i3074
Don't try to translate missing help strings
2017-12-14 11:53:42 +00:00
Grant Nestor
9ce534c020
[WIP] Use DOM history API for navigating directories (#3115)
* Use DOM history API for navigating directories

* Fix test

* Fix building URLs and states for breadcrumbs

* Use base_url when constructing navigation URLs
2017-12-13 13:20:21 -08:00
Thomas Kluyver
8e4c0bfd16
Merge pull request #3128 from takluyver/i3127
Pin to ipykernel 4.6.1 on Python 2 to avoid kernelspec issue
2017-12-13 18:25:25 +00:00
Thomas Kluyver
56677f94b1 Ugh, yaml 2017-12-13 18:05:26 +00:00
Thomas Kluyver
95acc55ac1 Pin ipykernel to older version on Py 2 2017-12-13 18:04:37 +00:00
Thomas Kluyver
035af348b9 Is it worth caching pip on Travis? 2017-12-13 17:57:57 +00:00
Thomas Kluyver
4e9d40a775 List kernelspecs for debugging issue 2017-12-13 17:48:44 +00:00
Thomas Kluyver
b23cbdc597 Don't try to translate missing help strings
Closes gh-3074
2017-12-11 16:46:30 +00:00
maartenbreddels
c73b71104f added docstrings 2017-12-08 15:40:17 +01:00
maartenbreddels
ab24db7bd9 update copyright header + encoding 2017-12-08 15:36:58 +01:00
maartenbreddels
49a66b84cf log.debug the paths that are used 2017-12-08 15:04:37 +01:00
maartenbreddels
46e2534a06 py27 compat importing 2017-12-08 14:57:56 +01:00
maartenbreddels
772544e60f renamed manager.py to config_manager.py and added more docstrings 2017-12-08 14:50:13 +01:00
maartenbreddels
5a48049887 make unittest non-pytest compatible 2017-12-08 14:32:58 +01:00
maartenbreddels
89b32e4412 allow default json files in a .d directory, original PR: ipython/traitlets#452 2017-12-08 14:11:51 +01:00
Thomas Kluyver
ae011a1797
Merge pull request #3108 from kirit93/fixes2760
Allowing non empty dirs to be deleted
2017-12-05 14:27:14 +00:00
Kirit Thadaka
b7e02a6a52 Merge branch 'fixes2760' of https://github.com/kirit93/notebook into fixes2760 2017-12-05 19:25:13 +05:30
Kirit Thadaka
051cee61a5 Squashed all commits. Tests pass. 2017-12-05 19:24:46 +05:30
Kirit Thadaka
98b8e2ecda Made test for thorough 2017-12-05 19:07:29 +05:30
Kirit Thadaka
d136c12c3b Added test for deleting non empty dirs 2017-12-05 18:57:17 +05:30
Kirit Thadaka
31a6625e23 Fixed test 2017-12-05 16:58:44 +05:30
Kirit Thadaka
9733b14b70 Resolved conflicts 2017-12-05 16:52:33 +05:30
Kirit Thadaka
081dcd5774 Added test for permanent delete 2017-12-05 16:50:40 +05:30
Kirit Thadaka
773e55cb13 modified test for deleting non empty directory 2017-12-05 16:30:13 +05:30
Kirit Thadaka
7f23ad65a6 modified test for deleting non empty directory 2017-12-05 16:30:10 +05:30
Kirit Thadaka
03d5d900bc Changed order of checks in delete_file 2017-12-05 16:18:06 +05:30
Kirit Thadaka
a307af9b35 Minor bug fix 2017-12-05 04:40:28 +05:30
Kirit Thadaka
f24d3d7265 Not allowing permanent deletion of non empty dirs 2017-12-05 04:30:54 +05:30
Kirit Thadaka
bcc343d9b2 Allowing non empty dirs to be deleted 2017-12-05 04:14:51 +05:30
Thomas Kluyver
b1e5f729fa
Merge pull request #3088 from Madhu94/detect-programmatic-copy
Allow programmatic copy to clipboard
2017-12-01 12:46:41 +00:00
Josh Barnes
cbf7db7449 Compare non-specific language code for arabic numerals (#3055)
Otherwise, country-specific locales like `ar-sa` (Arabic, Saudi Arabia), end up using the default numerals
2017-11-30 21:39:42 -08:00
Steven Silvester
7b8759fafb Add support for terminals on Windows (#3087)
* Add support for terminals on Windows

* Bump terminado requirement

* Fix handling of default shell

* Fix appveyor syntax

* Fix requires syntax

* Fix version target

* Clean up handling of default shell and update version check

* Always require terminado

* Clean up appveyor test

* Make the terminado warning uniform

* Default to powershell on Windows

* Clean up terminado verison
2017-11-30 21:33:50 -08:00
Grant Nestor
4d258a8e4e Use requirejs vs. require 2017-11-30 12:18:59 -08:00
nmadhum
4455bcfc8f Allow programmatic copy to clipboard 2017-11-27 07:53:10 -05:00
Thomas Kluyver
ee419c0a17
Merge pull request #3067 from Carreau/extra-self
remove extra self
2017-11-22 10:15:43 +00:00
Matthias Bussonnier
eca4c71056 Extra self 2017-11-21 19:49:29 +01:00
JooHo Chung
1cf24bab36 Add translated files 2017-11-21 13:23:20 +09:00
JooHo Chung
10248784d6 Add translated files 2017-11-21 13:21:28 +09:00
JooHo Chung
ccf8fa3077 Add translated files
Add translated files to folder
2017-11-21 13:16:21 +09:00
Thomas Kluyver
9071d7f36e
Merge pull request #3064 from karthikb351/patch-1
Fix broken blog post links in README.md
2017-11-20 21:42:38 +00:00
J Forde
f34cb000e3
Merge pull request #3022 from ChungJooHo/master
Add Folder for document translation
2017-11-20 15:57:34 -05:00
Karthik Balakrishnan
ebf6ee1780
Fix broken blog post links in README.md
Fix broken blog post links in README.md
2017-11-20 15:04:40 -05:00
Thomas Kluyver
8cddc00a25
Merge pull request #3063 from bacboc/feature
Fix broken link
2017-11-20 17:14:00 +00:00
bacboc
7e054a7b69 Fix some broken link 2017-11-21 01:28:46 +09:00