Himani Arora
34ec6b5eda
Updated README.md
...
Fixed minor mistakes in readme.
2016-09-22 17:40:55 +05:30
Matthias Bussonnier
dd4b052403
Merge pull request #1482 from yuvipanda/readonly-cells
...
Respect 'editable' cell metadata
2016-09-21 10:11:47 -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
Carol Willing
e2c2037f1f
Remove anaconda cloud from metadata
2016-09-06 11:15:19 -07:00
Min RK
201bed0b67
Merge pull request #1742 from michaelpacer/documentation
...
Make jupyter dir location more specific
2016-09-06 11:33:42 +02:00
michaelpacer
ec632df150
Make jupyter dir location more specific
2016-09-05 14:37:02 -07:00
Min RK
dfea6b47df
enable logout button on terminal page
2016-09-05 14:55:11 +02:00
Min RK
b00442d0f1
Merge pull request #1737 from SylvainCorlay/extensions
...
Separate common classes for server and notebook extensions
2016-09-05 14:19:34 +02:00
Min RK
93c45df141
Merge pull request #1736 from dm-wyncode/master
...
Attempted to correct a URL that was a dead link.
2016-09-05 13:11:55 +02:00
Sylvain Corlay
27c7aaa434
Remove ununsed private API
2016-09-04 10:57:07 +02:00
Sylvain Corlay
0e8b8b67d2
Separate common classes for server and notebook extensions
2016-09-04 10:57:06 +02:00
dm-wyncode
c476e78b5b
Attempted to correct a URL that was a dead link. I inserted my best
...
guess to the updated version.
modified: docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb
2016-09-03 16:43:50 +00:00
Thomas Kluyver
b3f02b26b8
Merge pull request #1735 from juhasch/fix/mathjax_url_doc
...
Extend mathjax_url docstring
2016-09-03 14:01:35 +01:00
Jürgen Hasch
3fbce02806
Extend mathjax_url docstring
2016-09-03 09:34:02 +02:00
Min RK
79bcde7c02
Merge pull request #1729 from takluyver/pep527
...
Update release docs for PEP 527
2016-09-02 11:15:57 +02:00
Thomas Kluyver
3026b25cfb
Update release docs for PEP 527
2016-09-01 15:21:41 +01:00
Thomas Kluyver
23ca9602c2
Merge pull request #1727 from minrk/ipython-doc-links
...
fix outdated links to ipython-doc
2016-09-01 13:47:26 +01:00
Min RK
58b4a59fce
Merge pull request #1709 from superbobry/patch-4
...
Fixed a bug in 'ConfigWithDefaults.get_sync'
2016-09-01 13:25:18 +02:00
Min RK
4bdc954212
fix outdated links to ipython-doc
2016-09-01 11:38:05 +02:00
Thomas Kluyver
02b3d99f7e
Merge pull request #1701 from yuvipanda/xterm-update-1.1.2
...
Update xterm.js to 1.1.2
2016-08-31 16:36:34 +01:00
Thomas Kluyver
a958c08a73
Merge pull request #1718 from parente/fix-windows-bundler-tools
...
Fix bundler tool failures on Windows
2016-08-31 15:26:08 +01:00
Peter Parente
925709b5b4
Fix bundler tool failures on Windows
...
* Normalize to system path separator format
* Fix hardcoded separators
* Fix hardcoded test paths
2016-08-26 22:36:31 -04:00