Commit Graph

9505 Commits

Author SHA1 Message Date
Matthias Bussonnier
bf14fc16d4 Merge pull request #1798 from minrk/extension-aliases
Add base aliases for nbextensions apps
2016-09-29 11:32:54 -07:00
Min RK
b398d005ad Add base aliases for nbextensions apps
Includes `--log-level` alias that was missing from install/enable applications
2016-09-29 16:55:32 +02:00
Min RK
3617c5d9b8 Merge pull request #1783 from gnestor/remove-duplicate-dependencies
Remove duplicate dependencies in bower
2016-09-29 10:09:09 +02:00
Matthias Bussonnier
111e41f521 Merge pull request #1776 from gnestor/html-table-styles
Update table styles to be consistent with JupyterLab
2016-09-28 13:08:04 -07:00
Matthias Bussonnier
c70455b779 Merge pull request #1792 from spoorthyv/master
Updated Jupyter Logos to Fit New Guidelines
2016-09-28 13:07:05 -07:00
spoorthyv
6a3260b435 Updated Jupyter Logos 2016-09-27 16:11:41 -07:00
Matthias Bussonnier
ca8cd387b8 Merge pull request #1791 from ctk3b/patch-1
Fix minor typos in notebook server docs
2016-09-27 15:56:41 -07:00
Christoph Klein
dfa257cbcc Fix minor typos in notebook server docs 2016-09-27 15:30:39 -04:00
Grant Nestor
4df3314761 Provide Promise via webpack 2016-09-26 08:54:32 -07:00
Carol Willing
8dfdd68d0d Merge pull request #1785 from jupyter/willingc-patch-1
Update badge on README
2016-09-25 20:31:54 -07:00
Carol Willing
eb30f25855 Update badge on README 2016-09-25 18:35:02 -07:00
Grant Nestor
bdbfd37b24 Remove moment script tags 2016-09-23 10:27:05 -07:00
Grant Nestor
72e75efe6c Move remove duplicate moment dependency in bower 2016-09-22 12:07:05 -07:00
Thomas Kluyver
3ac3b254af Merge pull request #1781 from himani1/patch-1
Updated README.md
2016-09-22 14:29:17 +01:00
Himani Arora
d29794af15 Fixed errors with usage of 'the' 2016-09-22 18:50:19 +05:30
Thomas Kluyver
bb3b2d563d Merge pull request #1765 from gnestor/webpack-es6-promise
Add es6-promise polyfill to webpack config
2016-09-22 13:30:53 +01:00
Himani Arora
34ec6b5eda Updated README.md
Fixed minor mistakes in readme.
2016-09-22 17:40:55 +05:30
Grant Nestor
7e3e9f31aa Add es6-promise polyfill to webpack config 2016-09-21 11:12:33 -07:00
Matthias Bussonnier
dd4b052403 Merge pull request #1482 from yuvipanda/readonly-cells
Respect 'editable' cell metadata
2016-09-21 10:11:47 -07:00
Grant Nestor
a0fd16cc6f border-width: 1px 2016-09-20 21:47:20 -07:00
Grant Nestor
d411f0ac43 Update table styles to be consistent with JupyterLab 2016-09-20 15:48:32 -07:00
Thomas Kluyver
179bb24fbf Merge pull request #1728 from minrk/appveyor
[WIP] add appveyor.yml to start running tests on Windows
2016-09-16 13:07:27 +01:00
Min RK
0b7435b474 add one missing skip_win32 in nbextension symlink tests
all the other symlink tests are already skipped
2016-09-16 13:16:44 +02:00
Min RK
f96feb5e8b fix os.path.samefile backport on py2 + Windows
os.path.samefile is available everywhere but Windows + py2.
Backporting the py3 implementation doesn't work because
`os.stat` on Windows py2 returns 0 for st_ino and st_dev,
which will always be equal.

In this case, use case-insensitive path comparison, plus full-stat comparison (times included).
2016-09-16 12:53:56 +02:00
Min RK
28c5d98196 Release notes for 4.2.3 2016-09-16 11:26:58 +02:00
Min RK
0fce90df59 Merge pull request #1764 from gnestor/upgrade-codemirror
Upgrade Codemirror to 5.18
2016-09-16 10:16:50 +02:00
Grant Nestor
84e3c86519 Upgrade to Codbmirror 5.18 2016-09-14 12:18:45 -07:00
Thomas Kluyver
83785e3533 Merge pull request #1763 from gnestor/@-operator-codemirror
Include `@` operator in Codemirror ipython mode
2016-09-14 11:40:18 +01:00
Grant Nestor
568ba574b0 Merge pull request #1739 from minrk/terminal-logout
enable logout button on terminal page
2016-09-13 20:13:46 -07:00
Grant Nestor
fcb0be27f9 Include @ operator in Codemirror ipython mode 2016-09-13 19:44:04 -07:00
Yuvi Panda
2237c8eb1d Merge pull request #1 from gnestor/patch-1
Upgrade cell's `editable` and `deletable` metadata if not defined
2016-09-13 17:54:57 -07:00
Min RK
03af493062 put NotebookNotary signature db in memory for tests
avoids cleanup issues on Windows
2016-09-13 15:11:45 +02:00
Min RK
f707b78e54 exclude terminal tests on Windows 2016-09-13 15:04:47 +02:00
Min RK
f3ed84e679 Windows-compat: os.sep instead of hardcode / 2016-09-13 15:04:47 +02:00
Min RK
55d82f135a add appveyor.yml 2016-09-13 15:04:47 +02:00
Min RK
9195ffd273 Merge pull request #1760 from gnestor/root-breadcrumb
Use folder icon vs. home icon for root breadcrumb
2016-09-13 10:37:47 +02:00
Grant Nestor
3bd4333a16 Merge pull request #1753 from piec/master
docs: Update dead links
2016-09-12 12:45:01 -07:00
Grant Nestor
4c3e9964dd Merge pull request #1757 from minrk/markdown-load
Fix markdown mode loading
2016-09-12 12:43:55 -07:00
Grant Nestor
767942ccf4 Upgrade cell's editable and deletable metadata if not defined 2016-09-12 12:30:20 -07:00
Grant Nestor
9b7a6ca617 Update docs host from readthedocs.org to readthedocs.io 2016-09-12 12:13:18 -07:00
Grant Nestor
540886963b Use folder icon vs. home icon for root breadcrumb 2016-09-12 11:26:48 -07:00
Yuvi Panda
e0bcb7deb4 Merge pull request #1759 from gnestor/terminal-style
Fix terminal styles

Fixes #1724
2016-09-12 11:08:30 -07:00
Grant Nestor
ec35079b06 Fix terminal width style bug 2016-09-12 09:53:21 -07:00
Min RK
460d3027ce merge TextCell options_default into MarkdownCell, RawCell 2016-09-12 15:18:12 +02:00
Min RK
f1fc424b19 add async workaround for slow load of ipythongfm definition
if ipythongfm is defined after notebook is loaded, re-load it in all cells that are using it.
2016-09-12 15:06:01 +02:00
Min RK
d52e1e2419 Restore loading of options_default in text cells
fixes omitted codemirror config due to ignoring options_default.

load options_default via config defaults (modifying options_default at runtime has no effect).
2016-09-12 15:05:12 +02:00
Min RK
0e5047e75d allow returning full class config data, merged with defaults
and merge object config values with defaults (e.g. Cell.cm_config)
2016-09-12 14:42:48 +02:00
Pierre Carru
a327ce804b docs: Update dead links 2016-09-09 16:30:07 +02:00
Carol Willing
d7a095c206 Merge pull request #1748 from willingc/nbcloud
Fix metadata causing error with docs build
2016-09-06 12:56:44 -07:00
Carol Willing
62f3f3de00 Remove second Python version 2016-09-06 11:19:54 -07:00