Alex Rothberg
bb7dd0a85e
calc height
8 years ago
Alex Rothberg
a770f83487
cleanup old
8 years ago
Alex Rothberg
c5fcd74756
remove dummy
8 years ago
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Alex Rothberg
94f6382ba6
fix path
8 years ago
Alex Rothberg
538a89fee0
update paths
8 years ago
Thomas Kluyver
27c00bfb20
Merge pull request #3158 from shiti-saxena/dev
...
adding option to specify extra services
8 years ago
Daniel Farrell
605eaa72be
Added a flag to allow access of hidden files ( #2819 )
...
* Added a flag to allow access of hidden files
The flag '--allow-hidden' will allow Tornado to access hidden files
such as '.images/my_img.jpg'
* Fixed jupyterlab not following allow-hidden
Jupyterlab stores its options in a different location than the
standard notebook. Added the ability to check there as well.
* Updated implementation for any app
Previously I was accessing the settings dict based on the name of
the app that was being used. ex 'NotebookApp', or 'LabApp'.
Now the setting is passed directly into the Tornado settings, and
can be accessed via a more general method.
* Added/fixed unit tests for test_hidden_files
Fixed broken unit tests by setting the default to allow_hidden=False
then added unit test in FilesTest:test_hidden_files that checks for
the accessibility of files with allow_hidden=True
* allow-hidden now works everywhere
Previously allow-hidden flag only allowed hidden files to be accessed via
tornado. Now you can use the allow-hidden flag to access hidden directories and
files via the filebrowser.
* Remove --allow-hidden alias
* Move allow_hidden option onto ContentsManager
* Use try/finally to ensure allow_hidden option is set back to False after test
* Allow access to hidden files, but don't list them for now
* Simplify hidden check for listing again
* Fix indentation
8 years ago
Thomas Kluyver
e4529a46c4
Merge pull request #2965 from betatim/restart-and-rerun-toolbar
...
Add toolbar icon to restart and run all
8 years ago
Tim Head
3c83c85095
Switch to fa-repeat and remove restart button
8 years ago
Min RK
9c7c213a47
Merge pull request #3116 from maartenbreddels/directory_json
...
allow default json files in a .d directory
8 years ago
Grant Nestor
50a03a0a9e
Display a "Close" button on load notebook error
8 years ago
Sukneet
ca5e39a481
warn_bad_name should not use global name
...
warn_bad_name in get_name should use the local variable name_or_data not name
8 years ago
Shiti Saxena
37bb6e64f2
adding option to specify extra services which will be loaded before the default handlers (simplify kernel gateway integration)
8 years ago
Steven Silvester
782e9cedb3
Merge pull request #3136 from takluyver/i3135
...
Find available kernelspecs more efficiently
8 years ago
Min RK
5df9e35d83
avoid overflow of hidden form
...
fixes hover on upload button leaking over New button
8 years ago
bxy007
83d1deda2f
fix Shutdown trans loss
8 years ago
Thomas Kluyver
3eb6d72bb5
Find available kernelspecs more efficiently
...
Closes gh-3135
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
b23cbdc597
Don't try to translate missing help strings
...
Closes gh-3074
8 years ago
maartenbreddels
c73b71104f
added docstrings
8 years ago
maartenbreddels
ab24db7bd9
update copyright header + encoding
8 years ago
maartenbreddels
49a66b84cf
log.debug the paths that are used
8 years ago
maartenbreddels
46e2534a06
py27 compat importing
8 years ago
maartenbreddels
772544e60f
renamed manager.py to config_manager.py and added more docstrings
8 years ago
maartenbreddels
5a48049887
make unittest non-pytest compatible
8 years ago
maartenbreddels
89b32e4412
allow default json files in a .d directory, original PR: ipython/traitlets#452
8 years ago
Kirit Thadaka
051cee61a5
Squashed all commits. Tests pass.
9 years ago
Grant Nestor
4d258a8e4e
Use `requirejs` vs. `require`
9 years ago
Matthias Bussonnier
eca4c71056
Extra self
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
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
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
Min RK
1eb970074b
fix save-script deprecation
...
when updating to traitlets API, required argument was omitted
9 years ago
Kyle Kelley
b3b8106e0d
Merge pull request #3048 from jcb91/bidi
...
Fix moment locale loading in bidi support
9 years ago
Thomas Kluyver
6b0d542ea9
Unify last activity calculation
9 years ago
Thomas Kluyver
afd5aeab95
Merge pull request #3049 from bacboc/feature
...
Fix broken link
9 years ago
Josh Barnes
60b7c22977
tidy bidi support
...
remove unused variable, redundant comment, don't need jquery
9 years ago
Josh Barnes
3f2aa86ba2
Fix moment locale loading in bidi support
...
this is the correct way to do it, especially since packaged versions of notebook are shipping without separate locale files
9 years ago
Thomas Kluyver
74fbc5b578
Merge pull request #3008 from Carreau/autopawd
...
When login-in via token, let a chance for user to set the password
9 years ago