Alex Rothberg
2baa5d3acd
revert deletion and add comments
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
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Alex Rothberg
4616250e2f
Bump version pin to 3.1.0
8 years ago
Alex Rothberg
131502de3b
fix path
8 years ago
Alex Rothberg
94f6382ba6
fix path
8 years ago
Alex Rothberg
538a89fee0
update paths
8 years ago
Alex Rothberg
85cd5143ef
Add dummy css package for xterm
8 years ago
Alex Rothberg
ad23737e70
Upgrade xterm.js to 3.0.1
...
Closes https://github.com/jupyter/notebook/issues/2850
8 years ago
Thomas Kluyver
27c00bfb20
Merge pull request #3158 from shiti-saxena/dev
...
adding option to specify extra services
8 years ago
Thomas Kluyver
c2dc429cee
Merge pull request #3184 from gnestor/5.3.0
...
Add 5.3.0 to changelog
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
Grant Nestor
973cdc4f64
Add 5.3.0 to changelog
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
Thomas Kluyver
129fdebb94
Merge pull request #3176 from gnestor/issue-2732
...
Display a "Close" button on load notebook error
8 years ago
Thomas Kluyver
34e5ab7976
Merge pull request #3065 from ChungJooHo/master
...
Add translated files to folder(docs-translations)
8 years ago
Grant Nestor
50a03a0a9e
Display a "Close" button on load notebook error
8 years ago
Thomas Kluyver
3857c9201c
Merge pull request #3160 from Sukneet/get_name-warn-fix
...
warn_bad_name should not use global name
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
Thomas Kluyver
354cfb8431
Merge pull request #3148 from minrk/alt-upload-inside-button
...
avoid overflow of hidden form
8 years ago
Thomas Kluyver
3f035c5ba9
Bump jupyter_client dependency to 5.2
8 years ago
Min RK
5df9e35d83
avoid overflow of hidden form
...
fixes hover on upload button leaking over New button
8 years ago
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
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
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
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