Bernd Schwarzenbacher
|
79f2a2fef6
|
Remove debug comment in jstest.py
|
2016-04-07 23:18:19 +02:00 |
|
Bernd Schwarzenbacher
|
fee1cbc9a3
|
Log CodeMirror mode error in codeblock highlight
|
2016-04-07 22:57:40 +02:00 |
|
BerndSchwarzenbacher
|
20120cbccb
|
Merge pull request #1 from minrk/async-md-render-test
wait for render events in markdown test
|
2016-04-07 22:33:15 +02:00 |
|
Min RK
|
1d16b302be
|
wait for render events in markdown test
render callback is async,
so we have to wait for the render event to fire.
|
2016-04-07 12:14:53 -07:00 |
|
Bernd Schwarzenbacher
|
cc3e6e9213
|
Possible fix with failing test
Maybe the test is wrong
|
2016-04-02 18:07:26 +02:00 |
|
Bernd Schwarzenbacher
|
08bd284f0d
|
Add tests describing behaviour of #1209
|
2016-03-31 20:36:28 +02:00 |
|
Min RK
|
a4125572e4
|
Merge pull request #1279 from parente/widg
Downgraded ipywidget hack
|
2016-03-31 10:39:36 -07:00 |
|
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 |
|
Jonathan Frederic
|
b5fe73858d
|
Merge pull request #1275 from minrk/fix-validation-warnings
fix validation warnings when validating
|
2016-03-30 14:42:10 -07:00 |
|
Min RK
|
d1358dd9ba
|
fix validation warnings
map is lazily evaluated, so doesn't show messages
|
2016-03-30 11:03:26 -07:00 |
|
Safia Abdalla
|
078aa08519
|
Merge pull request #1277 from blink1073/fix-swagger-link
Update link to swagger docs
|
2016-03-29 19:39:01 -05: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 |
|
Matthias Bussonnier
|
bd60c2eb5d
|
Merge pull request #1273 from minrk/extension-uninstall-help
some tests, fixes for nbextension aliases
|
2016-03-29 15:47:53 -07:00 |
|
Steven Silvester
|
1d32e7cdac
|
Update link to swatter docs
|
2016-03-29 14:59:49 -07:00 |
|
Min RK
|
c3b547c17e
|
some tests, fixes for nbextension aliases
- fix some undefined aliases, tests for help output
- make uninstall symmetrical with install
|
2016-03-29 10:08:23 -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 |
|