Thomas Kluyver
60e20c2956
Merge pull request #3147 from forbxy/fix-Shutdown-trans
...
fix Shutdown trans loss
8 years ago
bxy007
83d1deda2f
fix Shutdown trans loss
8 years ago
Thomas Kluyver
ca50f1af5a
Merge pull request #3097 from gnestor/requirejs
...
[WIP] Use `requirejs` vs. `require`
8 years ago
Thomas Kluyver
946fa40c53
Merge pull request #3122 from takluyver/i3074
...
Don't try to translate missing help strings
8 years ago
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
8 years ago
Thomas Kluyver
8e4c0bfd16
Merge pull request #3128 from takluyver/i3127
...
Pin to ipykernel 4.6.1 on Python 2 to avoid kernelspec issue
8 years ago
Thomas Kluyver
56677f94b1
Ugh, yaml
8 years ago
Thomas Kluyver
95acc55ac1
Pin ipykernel to older version on Py 2
8 years ago
Thomas Kluyver
035af348b9
Is it worth caching pip on Travis?
8 years ago
Thomas Kluyver
4e9d40a775
List kernelspecs for debugging issue
8 years ago
Thomas Kluyver
b23cbdc597
Don't try to translate missing help strings
...
Closes gh-3074
8 years ago
Thomas Kluyver
ae011a1797
Merge pull request #3108 from kirit93/fixes2760
...
Allowing non empty dirs to be deleted
8 years ago
Kirit Thadaka
b7e02a6a52
Merge branch 'fixes2760' of https://github.com/kirit93/notebook into fixes2760
8 years ago
Kirit Thadaka
051cee61a5
Squashed all commits. Tests pass.
8 years ago
Kirit Thadaka
98b8e2ecda
Made test for thorough
8 years ago
Kirit Thadaka
d136c12c3b
Added test for deleting non empty dirs
8 years ago
Kirit Thadaka
31a6625e23
Fixed test
8 years ago
Kirit Thadaka
9733b14b70
Resolved conflicts
8 years ago
Kirit Thadaka
081dcd5774
Added test for permanent delete
8 years ago
Kirit Thadaka
773e55cb13
modified test for deleting non empty directory
8 years ago
Kirit Thadaka
7f23ad65a6
modified test for deleting non empty directory
8 years ago
Kirit Thadaka
03d5d900bc
Changed order of checks in delete_file
8 years ago
Kirit Thadaka
a307af9b35
Minor bug fix
8 years ago
Kirit Thadaka
f24d3d7265
Not allowing permanent deletion of non empty dirs
8 years ago
Kirit Thadaka
bcc343d9b2
Allowing non empty dirs to be deleted
8 years ago
Thomas Kluyver
b1e5f729fa
Merge pull request #3088 from Madhu94/detect-programmatic-copy
...
Allow programmatic copy to clipboard
8 years ago
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
8 years ago
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
8 years ago
Grant Nestor
4d258a8e4e
Use `requirejs` vs. `require`
8 years ago
nmadhum
4455bcfc8f
Allow programmatic copy to clipboard
8 years ago
Thomas Kluyver
ee419c0a17
Merge pull request #3067 from Carreau/extra-self
...
remove extra self
9 years ago
Matthias Bussonnier
eca4c71056
Extra self
9 years ago
Thomas Kluyver
9071d7f36e
Merge pull request #3064 from karthikb351/patch-1
...
Fix broken blog post links in README.md
9 years ago
J Forde
f34cb000e3
Merge pull request #3022 from ChungJooHo/master
...
Add Folder for document translation
9 years ago
Karthik Balakrishnan
ebf6ee1780
Fix broken blog post links in README.md
...
Fix broken blog post links in README.md
9 years ago
Thomas Kluyver
8cddc00a25
Merge pull request #3063 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
7e054a7b69
Fix some broken link
9 years ago
bacboc
19191521a6
Fix broken link
9 years ago
Thomas Kluyver
bd55f7f904
Merge pull request #3061 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
d9a6bc85c2
Fix some broken link
9 years ago
Thomas Kluyver
9f7ee6830e
Merge pull request #3059 from PHaeJin/typo2
...
Fix some broken links
9 years ago
Min RK
a2f72da17f
Merge pull request #2963 from takluyver/shutdown-no-kernels
...
Config option to shut down server after N seconds with no kernels
9 years ago
Thomas Kluyver
6f23f45ecc
Merge pull request #3058 from ferdas/master
...
Fixes some UI bugs in Firefox #3044
9 years ago
PHaeJin
1119ae1467
Fix typo
9 years ago
PHaeJin
2c6ed87a63
Fix broken link
9 years ago
PHaeJin
c3ebd135bc
Fix a broken link
9 years ago
PHaeJin
c7c815a68a
Fix some broken links
9 years ago
Francesco Franchina
47a6401ea0
Forced the the cursor as a pointer hovering the fileinput - chrome only
9 years ago
Francesco Franchina
02e1284d8b
Fixes completely #3044 - select all
9 years ago
Francesco Franchina
7c32c3dd2f
Solves part of the #3044 - upload button
9 years ago