Commit Graph

49 Commits

Author SHA1 Message Date
Max Klein
01e298f83d
added --autoreload flag to NotebookApp (#4795)
* added `--autoreload` flag

When passed, the webapp will watch for any changes to its Python source. On
change, all changed packages will be reimported and the webapp will restart.
Also works on Python source files in Jupyter server extensions. Implemented
using the built in `autoreload` parameter in the constructor of
`tornado.web.Application`.

* updated .gitignore
2020-05-22 19:20:14 -05:00
Thomas Kluyver
f48caac104
Merge pull request #4740 from uclixnjupyternbaccessibility/issue-3987
Narrator focus is not in logical order for running notebook links: issue #3978
2019-07-11 12:23:51 +01:00
Joshua Zeltser
3173ab4caf Fixed issue 3987 by adding a div around the links to change the focus order 2019-06-28 12:37:02 +01:00
Joshua Zeltser
5c80a9bbc8 Fixed Issue #3217
added main and navigation tags to tree and page.html
2019-06-27 11:30:44 +01:00
Thomas Kluyver
605dfb8b15 Convert multiselect test to Selenium 2019-01-02 11:57:41 +00:00
Grant Nestor
621a1cd83a Ignore package-lock.json 2018-07-11 22:06:50 -07:00
Thomas Kluyver
e7f69cc2d7 Work on loading UI translations (#2969)
* Load translations for Javascript in page template

* Normalise language codes to gettext format with underscores

* .mo files need to be under LC_MESSAGES as well

* remove unused JS code

* Normalise result in test

* Fix for opening files on Py 2

* Fix location of I18N directory

* Add translation files to package_data
2017-10-31 11:40:16 -07:00
jianzi123
de09c12980 Pull request i18n (#2804)
* ...

* ...

* ...

* add translated files in Chinese.

* Remove compiled message files

* Consolidate translations into one set of files

* Rename .pot files to .po

* Add zh-CN to list of supported languages

* Ignore compiled .mo files

* Revert a couple of unimportant changes
2017-10-02 16:02:06 -07:00
John Emmons
f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
setting up internationalization for log and UI messages

See i18n README for details

Squashed to resolve CRLF, tab-indent issues.
2017-07-11 16:34:23 +02:00
Steven Silvester
e663bc3156 Add a jupyter lab page
wip add lab page

Add missing source files

Remove unused typings

Clean up tsconfig

No typings are required

Add typescript to dev dependencies

Switch to a JS-only build

Remove unused config file

Remove unused test and cleanup handlers

Update the setup file to build the lab

Use new application plugin from js-plugins

Remove whitespace changes

Bump plugins version

Update to latest plugins

Update to latest plugins

Update to latest jupyter-js-plugins and add files to manifest

Work around bug in css-loader

Update plugins and fix webpack warning

Update lab version

Fix static directory path

Bump plugins version

Add the try jupyter link

Bump dependencies

Back out whitespace changes

Update plugins version

Update dependencies

Update the bootstrap file

Use a standalone template for the lab page
2016-02-25 09:09:05 -06:00
Jonathan Frederic
18edcd3fb4 Allow old style imports, but deprecate them 2016-02-22 07:30:56 -08:00
Jonathan Frederic
d340a794fc Compile services/contents 2016-02-22 07:30:55 -08:00
Jonathan Frederic
afc90de3d1 Ignore built folders 2016-02-22 07:30:55 -08:00
Carol Willing
ac59eb343a Add generated notebooks rst files to version control 2015-09-24 15:16:38 -07:00
Carol Willing
c541cb4125 Add index for generated rst from ipynb 2015-09-23 17:32:17 -07:00
Carol Willing
f704baa796 Update gitignore 2015-09-23 16:33:49 -07:00
Matthias Bussonnier
2d5d548d79 Revert "Use NPM, node ES5, and browserify." 2015-08-27 09:00:15 +02:00
Jonathan Frederic
a719e19b39 Add script to amd-ify the commonjs code,
(backwards compat. and dynamic loading)
2015-08-26 14:06:11 -07:00
Jonathan Frederic
81a2998fe0 Dynamically load contents, also browserify contents. 2015-08-26 14:06:10 -07:00
Kyle Kelley
22fd1bcef4 Ignore some gunk. 2015-08-26 14:05:14 -07:00
Matthias Bussonnier
d9cec4706c update .gitignore with swap and map file 2015-06-10 16:07:00 -07:00
Jonathan Frederic
0e10d87292 Implement @takluyver's doc generation API 2015-06-02 08:26:23 -07:00
Min RK
e00931bc11 compile main.min.js for each application
- build-main.js is a separate file, spawned with process.fork to allow parallel builds
- gulp js builds main.min.js for each js application
2015-05-22 16:01:48 -07:00
Min RK
d71a59cc9f s/jupyter_notebook/notebook 2015-05-14 10:49:28 -07:00
Min RK
cfd1ee51e5 add package.json for fetching bower, less 2015-04-21 15:37:09 -07:00
Min RK
94abadd432 remove generated css files from the repo
require `setup.py css` to run
2015-04-21 15:37:09 -07:00
Min RK
599e504a1a add bower.json from ipython-components
`bower install` in package repo fetches components
2015-04-21 15:37:09 -07:00
Min RK
4a97b2a410 jupyter_notebook path in setup base, gitignore 2015-04-08 23:04:20 -07:00
mvr
256e82a140 [issue547] add emacs tmp files and .coverage files to gitignore 2014-11-07 23:09:44 +00:00
Thomas Kluyver
06ea6ad995 git ignore generated magics docs 2014-10-10 15:29:17 -07:00
MinRK
6ea0bd4e94 remove css sourcemaps from repo 2014-07-23 14:53:32 -07:00
Jonathan Frederic
989da023ee Ignore .DS_Store files (OSX) 2014-05-16 09:56:56 -07:00
Blake Griffith
bdec44fcd8 build listed twice in .gitignore. Removing one. 2014-01-24 12:37:48 -06:00
Thomas Kluyver
f6cab9f12e Generate docs for config options. 2013-11-01 18:18:48 -07:00
MinRK
eaffc26e9c update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
MinRK
c8605cd83a ignore checkpoints 2013-05-01 17:32:45 -07:00
Brian E. Granger
efb02563f8 Removing static/components from .gitignore-we want to ship this. 2013-04-27 17:41:53 -07:00
MinRK
1f2341ba57 ignore bower components 2013-04-07 12:50:55 -07:00
Bradley M. Froehle
e3ae952054 Tell git to ignore __pycache__ directories. 2012-10-04 12:19:18 -07:00
Marc Abramowitz
324c052184 Add .tox to .gitignore 2012-06-19 08:13:37 -07:00
Fernando Perez
2c3172e236 Add MANIFEST to ignore list. 2011-10-13 22:13:30 -07:00
MinRK
a094ada137 Add utility function for installing mathjax for offline use
from IPython.external.mathjax import install_mathjax

install_mathjax()

* add mathjax destination to gitignore
2011-08-20 17:01:44 -07:00
MinRK
5fcef9cac3 update gitignore to exclude dist and zipped man pages
These are files generated when building releases, that should not be tracked.
2011-07-05 17:25:05 -07:00
MinRK
2705688219 ignore docs/build,_build 2011-04-07 17:38:10 -07:00
MinRK
faa07c36f3 added gh-pages command for GitHub hosted sphinx docs 2011-01-02 16:00:59 -08:00
Fernando Perez
18de03a2f6 Small fixes to git ignore file 2010-10-26 23:19:35 -07:00
Thomas Kluyver
495d7316f3 Ignore .bak files 2010-10-10 13:08:49 -07:00
Thomas Kluyver
365896cd23 Ignore .py~ files 2010-10-10 13:08:48 -07:00
Brian Granger
a46f74f371 Adding .gitignore and updating release to remove bzr tag. 2010-05-13 15:34:15 -07:00