Afshin Taylor Darian
79fc76e890
Merge pull request from GHSA-hwvq-6gjx-j797
...
* sanitizer fix
* Pass sanitizer options explicitly
5 years ago
Kevin Bates
158cc007e8
Merge pull request #5805 from rahulporuri/cln/remove-unnecessary-future-imports
...
Remove unnecessary future imports
5 years ago
Sai Rahul Poruri
667e0d7519
CLN : Remove unnecessary future imports
...
specifically print_function and absolute_import future imports
5 years ago
Sai Rahul Poruri
9dd2af27de
CLN : Remove utf8 coding cookies
...
On Python 3, the default source file encoding for Python files is utf-8
and because Python 2 is no longer supported, the utf8 coding cookies can
be removed
5 years ago
Min RK
5c43809aab
Add missing react-dom js to package data ( #4772 )
...
This dependency was omitted when react was added, so it is not installed.
Closes #4771
7 years ago
Grant Nestor
cf9891f970
Use react vs. preact
7 years ago
Min RK
363d73d145
bootstrap 3.4
...
and switch from components/ to canonical bootstrap repo, which puts bootstrap.min.js into a `dist` subdir.
components hasn't received the 3.4 update
7 years ago
Min RK
52ca0d64ca
fix installation, invocation of po2json
...
- no global installation
- invoke with node
7 years ago
Matthias Bussonnier
07126ca8a5
one more try
7 years ago
Matthias Bussonnier
d239839e07
Build js translation at build time.
...
Make sure they are included in sdist/wheel.
7 years ago
Félix-Antoine Fortin
6699ca5c73
Update jquery-ui minified path in setupbase.py
8 years ago
Thomas Kluyver
4285574b96
Merge pull request #3189 from cancan101/patch-2
...
Upgrade xterm.js to 3.1.0
8 years ago
Alex Rothberg
dab784fddf
fix
8 years ago
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Thomas Kluyver
622a886478
Patch out bootstrap rule forcing black and white printing
...
Closes gh-840
8 years ago
Alex Rothberg
94f6382ba6
fix path
8 years ago
Alex Rothberg
538a89fee0
update paths
8 years ago
PHaeJin
2d1eb887ff
typo fix ( #3032 )
...
* Fix some broken links
* typo fix
* Fix some broken links
* typo fix
* typo fix
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
8 years ago
Thomas Kluyver
1f50751448
Add Mathjax/jax/element/mml to package_data
...
Closes gh-2780
Closes gh-1108
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
Grant Nestor
1e0f371e60
Use fork of CodeMirror@5.27.2 with patch commit vs. bundled patch
9 years ago
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
9 years ago
Matthias Bussonnier
8aa04b9699
Enforce version number at build time.
...
Prevent making releases with wrong version number that will confuse pip,
or make sdists to appear more recent than wheels.
9 years ago
Thomas Kluyver
ef32784311
Add swagger yaml file to package_data
...
Closes gh-2082 (hopefully)
9 years ago
Grant Nestor
0e38b009f5
Patch CodeMirror after `bower install`
9 years ago
Min RK
cec4205bee
add preact to package_data
9 years ago
Min RK
cbd6eef04a
get preact from script tag
...
doesn't seem to like loading with require
9 years ago
Min RK
8a644a9794
restore r.js-based build system from 4.x
9 years ago
Srinivas Reddy Thatiparthy
161c174a98
rename log.warn to log.warning as log.warn is deprecated
9 years ago
Grant Nestor
72e75efe6c
Move remove duplicate `moment` dependency in bower
9 years ago
Thomas Kluyver
bf66ed4b4b
Include bundler test files in package_data
...
This was causing a test failure on Jenkins. It only shows up if you
install the package (not a dev install) and test against the installed
version.
10 years ago
Min RK
7ace8ba1a0
Merge pull request #1675 from gnestor/update-webpack-eslint
...
Update webpack and eslint config
10 years ago
Matthias Bussonnier
c2c5658abb
Do not assume sourcemaps are separate files.
...
We likely want to be careful with these at is likely make the files
bigger
10 years ago
Grant Nestor
fd03c87f43
Merge pull request #1565 from poke1024/mathjaxmml
...
MathJax MML support
10 years ago
Steven Silvester
f74608ddaa
Remove check for term.js file
10 years ago
Bernhard Liebl
ab8f837ce9
switch from MathJax configuration TeX-AMS_HTML-full to TeX-AMS-MML_HTMLorMML-full
10 years ago
Steven Silvester
bc001b8062
Remove the hardcoded jupyterlab in favor of a server extension
10 years ago
Min RK
2ced11ff9c
run js before css
10 years ago
Min RK
4c7f5972e1
add npm run build:css
...
setup.py css is just an alias for this,
so there should be no more calls back to Python from npm run build:anything
10 years ago
Matthias Bussonnier
d8fc95173b
Merge pull request #1347 from Carreau/shortcut-editor-2
...
Create a shortcut editor for the notebook.
10 years ago
Matthias Bussonnier
ab85f165c7
Create shortcut editor for the notebook
...
1) finish the step allowing the use of es6
- this include some tweak to web pack configuration to speed up
recompile in watch mode (in particular cache sourcemaps).
- enable eslint (error only), on obvious mistakes.
- setup babel to compile to es5 as a target.
2) Make the test pass under Casper that does not always have
`Function.prototype.bind` defined, which we cannot patch only in the
tests.
3) Write an actual shortcut editor that list and allow to modify most of
the command mode shortcut.
The logic to persist the shortcuts is a bit tricky as there are default
keyboard shortcuts, and so when you "unbind" them you need to re-unbind
them at next startup. This does not work for a few shortcut for
technical reasons: `<Esc>`, `<Shift>`, as well as `<Ctrl-Shift-P>` and `<F>`
which register asynchronously, so are not detected as "default"
shortcuts.
10 years ago
Steven Silvester
c2723c7996
Fix check_output syntax
10 years ago
Steven Silvester
b78f91c696
Match the usage of the shell kwarg
10 years ago
Steven Silvester
a8928d8303
Raise the error if dedupe fails
10 years ago
Steven Silvester
b30e35a8a1
Enforce npm dedupe
10 years ago
Steven Silvester
0176f72550
Do not verify lab installed files yet
10 years ago
Steven Silvester
a31a2236db
Allow JupyterLab to fail gracefully on install for now
10 years ago
Laurent Duchesne
d1870978f4
Missing font-awesome css file.
10 years ago
Steven Silvester
28829b2524
Fix webpack static file configuration
10 years ago