Commit Graph

6269 Commits

Author SHA1 Message Date
Thomas Kluyver
0178e2add0 Add a brief sleep after shutting down sessions in test teardown
This fixes a test failure for me on my Windows VM. See the comment for
details.
2014-12-15 12:45:45 -08:00
Matthias Bussonnier
420fee5e4c Merge pull request #7163 from jdfreder/refresh-persist
Persist widgets across page refresh
2014-12-15 21:01:14 +01:00
Thomas Kluyver
b408a9bf74 Merge pull request #7167 from minrk/less-2
pin less to 2.x
2014-12-15 11:40:46 -08:00
Min RK
26136f44d2 Merge pull request #7088 from Carreau/kernel.js
Load the per kernel kernel.js and kernel.css
2014-12-15 10:33:35 -08:00
Min RK
420b98dfee Merge pull request #7177 from Carreau/valid-html
Valid html
2014-12-15 10:32:20 -08:00
Matthias Bussonnier
031252d44f Merge pull request #7207 from takluyver/rm-nb-user-config
WIP: Remove js user_config module
2014-12-15 17:17:04 +01:00
Matthias Bussonnier
3a16eed2aa Merge pull request #7204 from jasongrout/widget-warning2
Make the widget warning brief and easy to filter
2014-12-15 17:13:59 +01:00
Matthias Bussonnier
791676006d Merge pull request #7186 from minrk/moment
moment.js-related fixes
2014-12-15 17:11:41 +01:00
Matthias Bussonnier
df1eb9bea2 Merge pull request #7205 from minrk/master
don't cleanup egg-info after every setup.py command
2014-12-15 09:06:15 +01:00
Thomas Kluyver
95e60a544c Update test to modify class config for default_cell_type 2014-12-14 15:21:38 -08:00
Kyle Kelley
4f4e14342b Merge pull request #7172 from Carreau/sort-dashboard
Sort dashbord list in frontend
2014-12-14 14:43:59 -06:00
Thomas Kluyver
65ec04bc8e Merge pull request #7212 from takluyver/kernelspec-package-data
Add kernel resources (logos) to package_data
2014-12-14 11:29:51 -08:00
Thomas Kluyver
c1ebfd1f3a Add kernel resources directory to package_data 2014-12-13 17:46:25 -08:00
Min RK
b894612b4d Merge pull request #7211 from minrk/warning-test
fix widget-import-warning test
2014-12-13 16:51:08 -08:00
Min RK
7c8f2fd0f5 fix widget-import-warning test
wasn't updated with warning changes
2014-12-13 16:03:03 -08:00
Brian E. Granger
bd57d219fc Merge pull request #7199 from takluyver/python-logo
Use Python logo for IPython kernel
2014-12-12 20:13:59 -08:00
Thomas Kluyver
7f221537d4 Fix default_cell_type option for notebook 2014-12-12 16:52:20 -08:00
Thomas Kluyver
938630b475 Remove user_config js module 2014-12-12 16:48:47 -08:00
Min RK
feee854217 don't cleanup egg-info after every setup.py command
would cause `setup.py css` or any other command 
to effectively uninstall a development install.
2014-12-12 16:31:34 -08:00
Jason Grout
c73933fe90 Make the widget warning easier to catch by specifying the module. 2014-12-13 00:09:43 +00:00
Jason Grout
5c24d8dfb1 Change IPython widget warning to get rid of filenames and line numbers
We do this to not confuse the interactive user
2014-12-12 23:57:17 +00:00
Thomas Kluyver
e51f3ff8d5 Merge pull request #7187 from minrk/utils-js
various fixes in utils.js
2014-12-12 14:48:35 -08:00
Thomas Kluyver
27ad247f9d Enlarge Jupyter logo to 28px height 2014-12-12 14:31:48 -08:00
Brian E. Granger
27144e51ff Merge pull request #7162 from jdfreder/persist-fixes
Widget persistence fixes
2014-12-12 13:06:41 -08:00
Brian E. Granger
e090b609d1 Merge pull request #7169 from jdfreder/pager-style
Make the new pager look better
2014-12-12 12:47:09 -08:00
Brian E. Granger
44cd16d390 Merge pull request #7116 from jdfreder/jsdoc-tool
Use JSDoc to compile white listed JS API documentation
2014-12-12 12:46:32 -08:00
Jonathan Frederic
12366e8e8d Clean up comments 2014-12-12 12:43:57 -08:00
Jonathan Frederic
1e0acbeb31 Write a plugin to handle private function automatically. 2014-12-12 12:43:57 -08:00
Jonathan Frederic
c703b3f3f5 Some clean-up 2014-12-12 12:43:57 -08:00
Jonathan Frederic
beb5ea6deb Make sure every function appears in the Notebook class. 2014-12-12 12:43:57 -08:00
Jonathan Frederic
d756816e2b Some typo fixes 2014-12-12 12:43:57 -08:00
Jonathan Frederic
c46ae2e637 Markdown support. 2014-12-12 12:43:57 -08:00
Jonathan Frederic
5802309151 Make notebook.js jsdoc compatible 2014-12-12 12:43:57 -08:00
Jonathan Frederic
0f2da9aa07 Finish implementing JSDoc support 2014-12-12 12:43:56 -08:00
Jonathan Frederic
1aa280d9c9 Start JSDoc integration 2014-12-12 12:43:56 -08:00
Min RK
6661a0a301 fix regular checkpoint updates in notebook
in master, this was updating every 10 hours,
regardless of the value, due to a variety of bugs,
including using relativeTimeThreshold getters
that do not exist in moment.js 2.7.
2014-12-12 12:40:56 -08:00
Min RK
b11fe93abb add utils.time
consolidate some time-related utils, used in save widgets
2014-12-12 12:40:56 -08:00
Min RK
982a742112 Merge pull request #6700 from Carreau/actions-2
Use notebook actions in toolbar
2014-12-12 12:39:46 -08:00
Brian E. Granger
e61188a4c8 Merge pull request #7201 from jasongrout/widget-warning
Make the widget error message shorter and more understandable.
2014-12-12 12:19:03 -08:00
Jason Grout
e489718d5c Make the widget error message shorter and more understandable. 2014-12-12 20:12:53 +00:00
Thomas Kluyver
7454b25dc0 Probably don't need text styles on an img tag 2014-12-12 12:02:16 -08:00
Brian E. Granger
8ea37a4b2b Merge pull request #7200 from jasongrout/widget-warning
Make the widget experimental error a real python warning
2014-12-12 11:24:53 -08:00
Min RK
42a92d4794 Merge pull request #6896 from minrk/save-hooks
Proposal: add pre/post-save hooks
2014-12-12 11:14:18 -08:00
Jason Grout
c8d70e0603 Make the widget experimental error a real python warning
This means it can easily be turned off too.
2014-12-12 19:10:37 +00:00
Min RK
cadd5a14fe Merge pull request #6747 from jdfreder/combofix
Make Selection widgets respect values order.
2014-12-12 10:59:01 -08:00
Jonathan Frederic
87baffc5b0 Merge pull request #7083 from takluyver/server-extensions
Add support for notebook server extensions
2014-12-12 10:18:05 -08:00
Jonathan Frederic
ab409d1966 Hide variables that shouldn't be exposed to the user 2014-12-12 07:51:03 -08:00
Jonathan Frederic
45eadcd06c invoke css 2014-12-12 07:43:00 -08:00
Bussonnier Matthias
9a6f282129 do not try to fix mathjax URl 2014-12-12 16:27:48 +01:00
Bussonnier Matthias
cd67e1aca7 return elements instead of append them directly
+ jshint fixes
2014-12-12 16:19:39 +01:00