Commit Graph

9116 Commits

Author SHA1 Message Date
Jonathan Frederic
9f9bc69e9b Remove deprecatedwidgets handler, because it's backwards compat support for ipywidgets 3.0 2016-03-30 16:29:44 -07:00
Jonathan Frederic
7695311668 Fix horrible horrible widget with a more horrible hack 💩 2016-03-30 16:27:14 -07:00
Jonathan Frederic
255e5888fc Revert fancy pants changes 2016-03-30 16:03:33 -07:00
Peter Parente
705992b6a6 Fix is_loaded semantics 2016-03-29 16:12:59 -07:00
Peter Parente
00ef5b1314 Downgraded ipywidget hack
Fixed whitespace for jon's PR #1278
2016-03-29 15:56:28 -07:00
Min RK
d55e83a1d1 Merge pull request #1271 from julienr/fix_1185
Move the unused attachments garbage collection logic to TextCell.toJSON.
2016-03-29 09:21:51 -07:00
Carol Willing
6745dd4be4 Merge pull request #1272 from willingc/doc-pin
Set sphinx < 1.4 due to LaTeX build errors
2016-03-29 07:53:08 -07:00
Carol Willing
b0d09aa3cc Set sphinx build <1.4 since new sphinx and latex unhappy 2016-03-29 05:38:53 -07:00
Julien Rebetez
cf1e849fc6 Move the unused attachments garbage collection logic to TextCell.toJSON.
This enable to keep all attachments in memory and only garbage collect
on the JSON that is saved to disk.
This fixes #1185
2016-03-29 10:56:43 +02:00
Matthias Bussonnier
0601fc75ef Merge pull request #1261 from cc272309126/master
fix the bug that notebook websocket response can not compress
2016-03-28 22:13:55 -07:00
Min RK
41d6da235c Merge pull request #879 from ellisonbg/nbext-pain
New nbextensions installation API
2016-03-25 22:02:22 -07:00
Safia Abdalla
17e1e473d6 Merge pull request #1259 from willingc/small-fixes
Small fixes to notebook docs
2016-03-25 00:42:05 -05:00
chenchao
a3877277a4 fix the bug that notebook websocket response can not compress 2016-03-25 10:40:12 +08:00
Min RK
5cbe1d852d Merge pull request #1258 from blink1073/fix-webpack
Fix Lab WebPack config and update dependency
2016-03-24 23:34:26 +01:00
Carol Willing
ce610d11ef Minor file name changes 2016-03-24 15:13:48 -07:00
Carol Willing
a52773e2ca Rename requirements for docs and remove spelling packages 2016-03-24 15:07:51 -07:00
Carol Willing
2ef91bb64f Add links to CONTRIBUTING.rst 2016-03-24 15:05:01 -07:00
Carol Willing
f10a045e68 Merge pull request #1208 from mgeier/devel-docs
DOC: Trying to make a single place for contributor docs
Closes #1193
2016-03-24 14:48:44 -07:00
Steven Silvester
e7418576a3 Fix webpack config and update plugins dep 2016-03-24 15:28:41 -05:00
Matthias Geier
69b09b5af0 Add instructions for getting the doc-building requirements
... and add docs/requirements.txt
2016-03-24 18:48:23 +01:00
Jonathan Frederic
53ce313c84 Merge pull request #24 from minrk/nbextensions
updates to nbextensions
2016-03-24 07:48:28 -07:00
Min RK
6371f8aec2 add --system flag for enable/disable
add more docs coverage, help output

So that the three cases are covered:

- system-wide (default for install)
- user (default for enable)
- sys-prefix
2016-03-24 15:23:32 +01:00
Min RK
1287c86c8b Remove incorrect mention of --user in docs
enable is user by default
2016-03-24 15:21:33 +01:00
Min RK
d0e0ddf400 use print for nbextension list output
logging is inappropriate here

also only show config dir if there's config in it.
2016-03-24 15:03:37 +01:00
Min RK
b1be6dfa81 Merge pull request #1249 from blink1073/plugin-update
JupyterLab Updates
2016-03-24 13:32:31 +01:00
Min RK
8d5bac4d47 Merge pull request #1230 from mgeier/ansicolors
Re-factor ANSI color handling
2016-03-24 13:24:59 +01:00
Steven Silvester
de1d78f719 Switch to FileFindHandler 2016-03-24 07:06:53 -05:00
Min RK
6b1478ee1e Merge pull request #1251 from Carreau/remove-duplicate
Remove unused index.rst.
2016-03-24 13:03:50 +01:00
Min RK
212d517a92 Merge pull request #1234 from Carreau:keyb
Make keyboard shortcuts declarative
2016-03-24 12:59:12 +01:00
Min RK
4e3a369e92 Merge pull request #1255 from willingc/new-build
Update notebook docs based on @carreau suggestions
2016-03-24 08:32:51 +01:00
Carol Willing
f552645623 Try to fix Rogers-Ramanujan Identity display 2016-03-23 20:49:22 -07:00
Carol Willing
5748c04ed6 $ for math doc win 2016-03-23 20:26:29 -07:00
Carol Willing
b70cd1016e Added $ for mathjax 2016-03-23 20:18:52 -07:00
Carol Willing
a31ba88372 Try Prof. Willie Wong's code snippet 2016-03-23 19:59:06 -07:00
Carol Willing
97640668bd Fix typo 2016-03-23 19:38:06 -07:00
Carol Willing
48566ce93a Add link to nbviewer at the top of the rst index 2016-03-23 19:33:13 -07:00
Carol Willing
a31ba24056 Drop H1 to H2 in markdown 2016-03-23 19:26:26 -07:00
Carol Willing
2cd031e51a Use rst for index 2016-03-23 19:23:38 -07:00
Carol Willing
6f42d8e8e7 Fix some links 2016-03-23 19:22:57 -07:00
Carol Willing
8900709a8b Save notebook as py3 2016-03-23 19:22:57 -07:00
Carol Willing
da4b034d45 Add nbsphinx to conda yaml
Update the conda_env yaml
Update environment
2016-03-23 19:22:10 -07:00
Carol Willing
4f13fa7a9c Tweak notebooks for build
Fix other.ipynb notebook
Add notebook still one warning
2016-03-23 19:21:34 -07:00
Carol Willing
a13bff8850 Add frontend doc 2016-03-23 19:21:33 -07:00
Carol Willing
dfafaef668 Update TOC 2016-03-23 19:21:33 -07:00
Carol Willing
4a0342b973 Update the nodebook so a cell doesn't cause a segfault intentionally 2016-03-23 19:21:33 -07:00
Carol Willing
c20212772c Update makefile and build configuration
Add space to avoid sphinx build error
2016-03-23 19:20:54 -07:00
Steven Silvester
6a3e4b6289 Clean up paths 2016-03-23 13:17:06 -05:00
Steven Silvester
28829b2524 Fix webpack static file configuration 2016-03-23 12:55:45 -05:00
Matthias Geier
2bad374763 Inline _parseNumbers() 2016-03-23 17:01:43 +01:00
Carol Willing
fbb0829bbc Remove rst versions of nb 2016-03-22 18:28:43 -07:00