Commit Graph

7826 Commits

Author SHA1 Message Date
Jonathan Frederic
541aed3ea1 Add defferred loading of jquery in terminal 2015-08-26 14:06:12 -07:00
Jonathan Frederic
0a1854a14f Fix remaining problems in namespace 2015-08-26 14:06:12 -07:00
Jonathan Frederic
0650a197b6 Fix Toolbar reference 2015-08-26 14:06:12 -07:00
Jonathan Frederic
9fe3f63269 Fix global flag of jprop function in namespace 2015-08-26 14:06:12 -07:00
Jonathan Frederic
f2993811b1 Make sure destination exists 2015-08-26 14:06:12 -07:00
Jonathan Frederic
89f8dfa8be Use npm to include legacy namespace components. 2015-08-26 14:06:12 -07:00
Jonathan Frederic
81e0fb3194 Change global namespace logic to placehold with null 2015-08-26 14:06:12 -07:00
Jonathan Frederic
b8f25eea2f Remove debowerify 2015-08-26 14:06:12 -07:00
Jonathan Frederic
72d052eb5d Debowerify and google caja support 2015-08-26 14:06:12 -07:00
Jonathan Frederic
b2bf69f6d7 fix jsversion command 2015-08-26 14:06:11 -07:00
Jonathan Frederic
2bb09578eb Don't try loading cluster stuff in namespace.
It should be done in ipyparallel instead!
2015-08-26 14:06:11 -07:00
Jonathan Frederic
c0a30d4df8 Commandpalette 2015-08-26 14:06:11 -07:00
Jonathan Frederic
aa097ba662 Add typeahead npm ref 2015-08-26 14:06:11 -07:00
jdfreder
b2ae17dd09 Fix some problems reported by Matthias 2015-08-26 14:06:11 -07:00
Jonathan Frederic
6258f542dd Almost working 100% 2015-08-26 14:06:11 -07: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
4c07a8bffc Add new cjs conversion method 2015-08-26 14:06:11 -07:00
Jonathan Frederic
c8ff593efc Move source out 2015-08-26 14:06:11 -07:00
Jonathan Frederic
e0f3141748 Magic r.js stuff 2015-08-26 14:06:10 -07:00
Jonathan Frederic
72bdf877fd Fix package check 2015-08-26 14:06:10 -07:00
Jonathan Frederic
2332b719ce Get the notebook working! 2015-08-26 14:06:10 -07:00
jdfreder
37d92cb80d Fix jquery dependency 2015-08-26 14:06:10 -07:00
Jonathan Frederic
f7d546c153 Add clean script 2015-08-26 14:06:10 -07:00
Jonathan Frederic
3498a5193c Get all of the apps working except notebookapp 2015-08-26 14:06:10 -07:00
Jonathan Frederic
81a2998fe0 Dynamically load contents, also browserify contents. 2015-08-26 14:06:10 -07:00
jdfreder
c180719fa8 Post install bower install 2015-08-26 14:05:15 -07:00
jdfreder
64690654b4 Re-add require.js for backwards compat. 2015-08-26 14:05:15 -07:00
jdfreder
ad80ae9bca Fix bugs 🐛 2015-08-26 14:05:15 -07:00
Kyle Kelley
6a2960104c Install jquery from npm (needed as dependency). 2015-08-26 14:05:15 -07:00
Kyle Kelley
22fd1bcef4 Ignore some gunk. 2015-08-26 14:05:14 -07:00
Kyle Kelley
8f0ea42dd4 Allow for graceful failure by finishing string. ;) 2015-08-26 14:05:14 -07:00
jdfreder
b88fa0163a Use npm for js and less builds 2015-08-26 14:05:14 -07:00
jdfreder
ff9406f2e3 require.js ES5 -> commonjs ES5 2015-08-26 14:05:14 -07:00
Brian E. Granger
21f63d4322 Merge pull request #285 from Carreau/snr
Search And replace.
2015-08-26 07:33:28 -07:00
Matthias Bussonnier
656628cbe6 Merge pull request #283 from crwilcox/noreferrer
Add rel=noreferrer to helplink URLs as sending the referrer link is unnecessary
2015-08-26 10:05:28 +02:00
Min RK
45b9caf82b Merge pull request #327 from takluyver/doc-savehooks
Document pre/post save hooks
2015-08-25 12:59:41 -07:00
Thomas Kluyver
17ba3079f8 Document pre/post save hooks
Using the examples from ipython/ipython#6896

Closes ipython/ipython#8599
2015-08-24 11:43:04 -07:00
Min RK
0d68bbb1af Merge pull request #324 from Carreau/bundle-mj-extes
include mathjax extensions that are dynamically loaded
2015-08-24 09:55:47 -07:00
Matthias Bussonnier
80f20cb1d6 include mathjax extensions that are dynamically loaded
Allow to render binomial and other things:

Closes ipython/ipython#8754
2015-08-24 16:13:43 +02:00
Matthias Bussonnier
2a4d70c3a2 Merge pull request #323 from minrk/mathjax-warning
remove large, wrong MathJax warning
2015-08-23 10:20:52 +02:00
Min RK
3d49cf3b27 remove large, wrong MathJax warning
when MathJax fails to load.

It points to installing local mathjax, which doesn't make sense anymore now that we ship it as a dependency.
2015-08-22 19:42:42 -07:00
Min RK
dee660757d install mathjax safe extension 2015-08-20 21:10:20 -07:00
Matthias Bussonnier
74ce3dae0d document, and trim whitespaces. 2015-08-20 12:47:44 +02:00
Matthias Bussonnier
47cced4ab9 Merge pull request #316 from minrk/install-safe
install MathJax safe config
2015-08-20 08:49:04 +02:00
Min RK
659e1df77e install MathJax safe config
MathJax safe mode is enabled, but a full (non-dev) install omits the Safe.js config file
2015-08-19 22:01:39 -07:00
Min RK
e122f061d8 Merge pull request #296 from Carreau/simpledev
Add option to not use minified javascript and ease development.
2015-08-19 11:43:07 -07:00
Matthias Bussonnier
8bec3a79b2 improvement of UI
UI to replace only in selected cell, use bootstrap way of doing it.

Button order is now more keyboard friendly
2015-08-18 13:27:25 +02:00
Matthias Bussonnier
51fabeba53 Merge pull request #277 from takluyver/notebookapp-jupyter
Remove some references to IPython in notebookapp
2015-08-18 10:33:04 +02:00
Matthias Bussonnier
b37b7277c9 Merge pull request #310 from minrk/rm-profile-examples
remove old IPython examples
2015-08-18 10:24:10 +02:00
Matthias Bussonnier
d4b1e9aa99 Wrong default.
Change from True to False after rename from use_bundle to ignore_minified_js
2015-08-18 10:19:58 +02:00