Afshin Taylor Darian
c19323de9a
Use Jupyter Releaser ( #6048 )
...
* Use Jupyter Releaser
* Automated Changelog Entry for 6.4.0a0 on notebook-releaser
* Publish 6.4.0a0
SHA256 hashes:
dist/notebook-6.4.0a0-py3-none-any.whl: abbbbb02504cedb85c2d5eeac39ea11615360b9b0075126bf180d6011eac14a5
dist/notebook-6.4.0a0.tar.gz: 2984630a020a9396c61b2c3b98f43b1957dd0121b162a926b3d6136fafa7ca16
* Bump to 6.5.0.dev0
* Remove jupyter_packaging as a runtime requirement
* Automated Changelog Entry for 6.4.0a1 on notebook-releaser
* Publish 6.4.0a1
SHA256 hashes:
dist/notebook-6.4.0a1-py3-none-any.whl: 4b0ae5cb972b5b16b18b942810b85859185ef2081017dd495e5f57099ce06ef4
dist/notebook-6.4.0a1.tar.gz: c48e10d34afa35e304e3b7deca1882508195960f35c4661dec044bb8da344ae5
* Bump to 6.5.0.dev0
* Update notebook/_version.py
Co-authored-by: Kevin Bates <kbates4@gmail.com>
* Update pyproject.toml
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
5 years ago
Afshin Taylor Darian
20f7e9e697
Modernize Changelog ( #6008 )
5 years ago
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
6 years ago
Thomas Kluyver
f48caac104
Merge pull request #4740 from uclixnjupyternbaccessibility/issue-3987
...
Narrator focus is not in logical order for running notebook links: issue #3978
7 years ago
Joshua Zeltser
3173ab4caf
Fixed issue 3987 by adding a div around the links to change the focus order
7 years ago
Joshua Zeltser
5c80a9bbc8
Fixed Issue #3217
...
added main and navigation tags to tree and page.html
7 years ago
Thomas Kluyver
605dfb8b15
Convert multiselect test to Selenium
7 years ago
Grant Nestor
621a1cd83a
Ignore package-lock.json
8 years ago
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
9 years ago
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
9 years ago
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.
9 years ago
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
10 years ago
Jonathan Frederic
18edcd3fb4
Allow old style imports, but deprecate them
10 years ago
Jonathan Frederic
d340a794fc
Compile services/contents
10 years ago
Jonathan Frederic
afc90de3d1
Ignore built folders
10 years ago
Carol Willing
ac59eb343a
Add generated notebooks rst files to version control
11 years ago
Carol Willing
c541cb4125
Add index for generated rst from ipynb
11 years ago
Carol Willing
f704baa796
Update gitignore
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
a719e19b39
Add script to amd-ify the commonjs code,
...
(backwards compat. and dynamic loading)
11 years ago
Jonathan Frederic
81a2998fe0
Dynamically load contents, also browserify contents.
11 years ago
Kyle Kelley
22fd1bcef4
Ignore some gunk.
11 years ago
Matthias Bussonnier
d9cec4706c
update .gitignore with swap and map file
11 years ago
Jonathan Frederic
0e10d87292
Implement @takluyver's doc generation API
11 years ago
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
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago
Min RK
cfd1ee51e5
add package.json for fetching bower, less
11 years ago
Min RK
94abadd432
remove generated css files from the repo
...
require `setup.py css` to run
11 years ago
Min RK
599e504a1a
add bower.json from ipython-components
...
`bower install` in package repo fetches components
11 years ago
Min RK
4a97b2a410
jupyter_notebook path in setup base, gitignore
11 years ago
mvr
256e82a140
[issue547] add emacs tmp files and .coverage files to gitignore
12 years ago
Thomas Kluyver
06ea6ad995
git ignore generated magics docs
12 years ago
MinRK
6ea0bd4e94
remove css sourcemaps from repo
12 years ago
Jonathan Frederic
989da023ee
Ignore .DS_Store files (OSX)
12 years ago
Blake Griffith
bdec44fcd8
`build` listed twice in .gitignore. Removing one.
12 years ago
Thomas Kluyver
f6cab9f12e
Generate docs for config options.
13 years ago
MinRK
eaffc26e9c
update frontend in MANIFEST and .gitignore
13 years ago
MinRK
c8605cd83a
ignore checkpoints
13 years ago
Brian E. Granger
efb02563f8
Removing static/components from .gitignore-we want to ship this.
13 years ago
MinRK
1f2341ba57
ignore bower components
13 years ago
Bradley M. Froehle
e3ae952054
Tell git to ignore __pycache__ directories.
14 years ago
Marc Abramowitz
324c052184
Add .tox to .gitignore
14 years ago
Fernando Perez
2c3172e236
Add MANIFEST to ignore list.
15 years ago
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
15 years ago
MinRK
5fcef9cac3
update gitignore to exclude dist and zipped man pages
...
These are files generated when building releases, that should not be tracked.
15 years ago
MinRK
2705688219
ignore docs/build,_build
15 years ago
MinRK
faa07c36f3
added gh-pages command for GitHub hosted sphinx docs
16 years ago
Fernando Perez
18de03a2f6
Small fixes to git ignore file
16 years ago
Thomas Kluyver
495d7316f3
Ignore .bak files
16 years ago
Thomas Kluyver
365896cd23
Ignore .py~ files
16 years ago