Christoph Klein
dfa257cbcc
Fix minor typos in notebook server docs
10 years ago
Carol Willing
8dfdd68d0d
Merge pull request #1785 from jupyter/willingc-patch-1
...
Update badge on README
10 years ago
Carol Willing
eb30f25855
Update badge on README
10 years ago
Thomas Kluyver
3ac3b254af
Merge pull request #1781 from himani1/patch-1
...
Updated README.md
10 years ago
Himani Arora
d29794af15
Fixed errors with usage of 'the'
10 years ago
Thomas Kluyver
bb3b2d563d
Merge pull request #1765 from gnestor/webpack-es6-promise
...
Add es6-promise polyfill to webpack config
10 years ago
Himani Arora
34ec6b5eda
Updated README.md
...
Fixed minor mistakes in readme.
10 years ago
Grant Nestor
7e3e9f31aa
Add es6-promise polyfill to webpack config
10 years ago
Matthias Bussonnier
dd4b052403
Merge pull request #1482 from yuvipanda/readonly-cells
...
Respect 'editable' cell metadata
10 years ago
Thomas Kluyver
179bb24fbf
Merge pull request #1728 from minrk/appveyor
...
[WIP] add appveyor.yml to start running tests on Windows
10 years ago
Min RK
0b7435b474
add one missing skip_win32 in nbextension symlink tests
...
all the other symlink tests are already skipped
10 years ago
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).
10 years ago
Min RK
28c5d98196
Release notes for 4.2.3
10 years ago
Min RK
0fce90df59
Merge pull request #1764 from gnestor/upgrade-codemirror
...
Upgrade Codemirror to 5.18
10 years ago
Grant Nestor
84e3c86519
Upgrade to Codbmirror 5.18
10 years ago
Thomas Kluyver
83785e3533
Merge pull request #1763 from gnestor/@-operator-codemirror
...
Include `@` operator in Codemirror ipython mode
10 years ago
Grant Nestor
568ba574b0
Merge pull request #1739 from minrk/terminal-logout
...
enable logout button on terminal page
10 years ago
Grant Nestor
fcb0be27f9
Include `@` operator in Codemirror ipython mode
10 years ago
Yuvi Panda
2237c8eb1d
Merge pull request #1 from gnestor/patch-1
...
Upgrade cell's `editable` and `deletable` metadata if not defined
10 years ago
Min RK
03af493062
put NotebookNotary signature db in memory for tests
...
avoids cleanup issues on Windows
10 years ago
Min RK
f707b78e54
exclude terminal tests on Windows
10 years ago
Min RK
f3ed84e679
Windows-compat: os.sep instead of hardcode /
10 years ago
Min RK
55d82f135a
add appveyor.yml
10 years ago
Min RK
9195ffd273
Merge pull request #1760 from gnestor/root-breadcrumb
...
Use folder icon vs. home icon for root breadcrumb
10 years ago
Grant Nestor
3bd4333a16
Merge pull request #1753 from piec/master
...
docs: Update dead links
10 years ago
Grant Nestor
4c3e9964dd
Merge pull request #1757 from minrk/markdown-load
...
Fix markdown mode loading
10 years ago
Grant Nestor
767942ccf4
Upgrade cell's `editable` and `deletable` metadata if not defined
10 years ago
Grant Nestor
9b7a6ca617
Update docs host from `readthedocs.org` to `readthedocs.io`
10 years ago
Grant Nestor
540886963b
Use folder icon vs. home icon for root breadcrumb
10 years ago
Yuvi Panda
e0bcb7deb4
Merge pull request #1759 from gnestor/terminal-style
...
Fix terminal styles
Fixes #1724
10 years ago
Grant Nestor
ec35079b06
Fix terminal width style bug
10 years ago
Min RK
460d3027ce
merge TextCell options_default into MarkdownCell, RawCell
10 years ago
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.
10 years ago
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).
10 years ago
Min RK
0e5047e75d
allow returning full class config data, merged with defaults
...
and merge object config values with defaults (e.g. Cell.cm_config)
10 years ago
Pierre Carru
a327ce804b
docs: Update dead links
10 years ago
Carol Willing
d7a095c206
Merge pull request #1748 from willingc/nbcloud
...
Fix metadata causing error with docs build
10 years ago
Carol Willing
62f3f3de00
Remove second Python version
10 years ago
Carol Willing
e2c2037f1f
Remove anaconda cloud from metadata
10 years ago
Min RK
201bed0b67
Merge pull request #1742 from michaelpacer/documentation
...
Make jupyter dir location more specific
10 years ago
michaelpacer
ec632df150
Make jupyter dir location more specific
10 years ago
Min RK
dfea6b47df
enable logout button on terminal page
10 years ago
Min RK
b00442d0f1
Merge pull request #1737 from SylvainCorlay/extensions
...
Separate common classes for server and notebook extensions
10 years ago
Min RK
93c45df141
Merge pull request #1736 from dm-wyncode/master
...
Attempted to correct a URL that was a dead link.
10 years ago
Sylvain Corlay
27c7aaa434
Remove ununsed private API
10 years ago
Sylvain Corlay
0e8b8b67d2
Separate common classes for server and notebook extensions
10 years ago
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
10 years ago
Thomas Kluyver
b3f02b26b8
Merge pull request #1735 from juhasch/fix/mathjax_url_doc
...
Extend mathjax_url docstring
10 years ago
Jürgen Hasch
3fbce02806
Extend mathjax_url docstring
10 years ago
Min RK
79bcde7c02
Merge pull request #1729 from takluyver/pep527
...
Update release docs for PEP 527
10 years ago