Min RK
92d3f4235d
Merge pull request #1359 from blink1073/generic-session
...
Update the session api in preparation for file and console sessions
2016-10-06 20:12:46 +02:00
Matthias Bussonnier
558ed9a6db
Merge pull request #1769 from gnestor/persist-header-toggle
...
Persist header and toolbar toggle status in nbconfig
2016-10-06 10:30:10 -07:00
Min RK
884eb8c4ad
Merge pull request #1802 from ashishdahiya/ws_url
...
Set ws-url data attribute when accessing a notebook terminal
2016-10-04 16:15:59 +02:00
Matthias Bussonnier
38f57efd9d
Merge pull request #1803 from willingc/doc8check
...
Edits to correct rst errors found by doc8
2016-10-03 08:53:45 -07:00
Carol Willing
f2f916315c
Edits to correct rst errors found by doc8
2016-10-02 14:44:02 -07:00
Ashish Dahiya
c38c476df8
Create ws_url from wsUrl attribute. If wsUrl is not found, fallback to location.host
2016-09-30 19:26:48 -07:00
Ashish Dahiya
67215cf8a7
Set ws-url data attribute to access notebook terminal via a specific base URL for websockets
2016-09-30 18:44:30 -07:00
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
Matthias Bussonnier
26471897ef
Define SimpleNamespace on python 2
2016-09-29 11:28:54 -07:00
Matthias Bussonnier
5210701803
Add test for predictable extension loading.
2016-09-29 10:47:09 -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
6c1fe1f947
Move toggle logic from property setters in to actions
2016-09-21 08:51:35 -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
Grant Nestor
c656fc0846
Access config via ConfigWithDefaults
vs. ConfigSection
...
Move toggle logic to `notebook.js` vs. `actions.js` to be consistent
with `notebook.line_numbers`
2016-09-20 14:19:34 -07:00
Grant Nestor
61eec926fe
Check header and toolbar toggle status after nbconfig loads
2016-09-19 17:08:31 -07:00
Grant Nestor
11d56a23e8
Define header
and toolbar
properties for notebook
...
If `notebook.header` or `notebook.toolbar` are `false`, hide them on
load
2016-09-16 08:52:28 -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