Commit Graph

8022 Commits

Author SHA1 Message Date
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
Safia Abdalla
205a0a1b11 Added check for all negative indices in merge_cells 2015-08-26 08:57:05 -07:00
Safia Abdalla
6464dc1783 Fixed typo on merge_above test case 2015-08-26 08:46:34 -07:00
Brian E. Granger
21f63d4322 Merge pull request #285 from Carreau/snr
Search And replace.
2015-08-26 07:33:28 -07:00
Safia Abdalla
5a4363f6e9 Added tests for merge above on topmost cell 2015-08-26 07:17:15 -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
Safia Abdalla
8b31737ad6 Moved check for index to merge_cells 2015-08-25 23:00:31 -07:00
Safia Abdalla
7999edb5b8 Added check for index on merge_above to resolve #330 2015-08-25 22:36:05 -07: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
Antonino Ingargiola
35f68601dc Typo 2015-08-24 09:57:34 -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
Antonino Ingargiola
8d7dba3f85 Spell check 2015-08-24 09:51:25 -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
Min RK
dd5f151451 remove old IPython examples
jupyter doesn't have profiles
2015-08-17 21:58:26 -07:00
Min RK
0cd4404b29 Merge pull request #308 from rgbkrk/no-more-cluster-in-notebook
clusterlist is no longer part of jupyter/notebook
2015-08-17 21:55:33 -07:00
Kyle Kelley
d3668a87cc clusterlist is no longer part of jupyter/notebook 2015-08-17 21:45:25 -05:00
Andrew Therriault
ac6b6122ff Fix symlink issue with Win/Py2
Addresses issue #302 by adding check for symlink before attempting to
use. If not there, sets symlink parameter to False.
2015-08-17 00:44:56 -04:00
Matthias Bussonnier
f9ad56e206 Add option to not use minified javascript and ease developpement. 2015-08-16 12:33:13 -07:00
Min RK
63610b6916 Merge pull request #301 from Carreau/css-conflic
Do not conflict with header named `notebook`.
2015-08-16 10:56:54 -07:00
Matthias Bussonnier
6459b20f15 Do not conflict with header named notebook.
Closes #298
2015-08-16 10:47:07 -07:00