Min RK
8c683b8a0e
remove nbconvert
11 years ago
Min RK
3929be1798
handle lecture test moving to lib
11 years ago
Min RK
aa44573181
remove qtconsole
11 years ago
Min RK
f31abe7147
remove jupyter_console
11 years ago
Min RK
1c20a2baae
remove ipython_parallel
11 years ago
Min RK
61a78d8cd9
remove kernel tests
11 years ago
Min RK
10ff491e6f
Merge pull request #8289 from minrk/rm-nbformat
...
remove nbformat
11 years ago
Min RK
12979d25db
shim iptest html
11 years ago
Min RK
411f45eb22
move IPython.html to jupyter_notebook
11 years ago
Min RK
4317b94de5
remove nbformat
...
ipython[nbformat] depends on jupyter_nbformat
11 years ago
Matthias Bussonnier
b8a649813d
Allow to set same mode as existing if load fails.
...
Setting the mode many times in a row, would fail to actually set the
mode if it was failing to load the mode the first time.
The prevent the above behavior by falling back **explicitly** to 'null'
if mode does not exist yet, or can't be loaded.
Also, don't set to null mode if mode have changed
Or if kernel.js have changed the mode, we re-set it to null...
11 years ago
Min RK
1f5f0be854
address code review
...
- remove ctrl shortcuts for scrolling
- rename scroll actions 'scroll-cell-center', 'scroll-cell-top'
- rename added notebook method `scroll_cell_percent`
11 years ago
Alexander Belopolsky
6d5c0725d9
Separated recenter and top actions.
11 years ago
Alexander Belopolsky
35bce22c17
Changed ctrl-l action to scroll to current cell.
11 years ago
Alexander Belopolsky
8f111d0f8d
Added basic scroll to bottom binding for ctrl-l.
11 years ago
Min RK
02b757770b
Merge pull request #8273 from SylvainCorlay/fixes_widget_serialization
...
Minor fixes on custom serialization, and traitlet hold_traits
11 years ago
Jonathan Frederic
666334eaa4
Merge pull request #8245 from minrk/eventful-traitlets
...
move eventful to widgets
11 years ago
Matthias Bussonnier
fb004e0be1
Merge pull request #8272 from minrk/utils-data
...
remove use of utils.data outside IPython
11 years ago
Sylvain Corlay
6c4cd1c1be
Check for null value
11 years ago
Matthias Bussonnier
3b3b15d236
Merge pull request #8274 from minrk/utils_version
...
avoid utils.version dependency in split repos
11 years ago
Jonathan Frederic
e0c545f75e
Merge pull request #8263 from ClaytonPassmore/master
...
Pass the arguments to the callback in the on_some_change function
11 years ago
Min RK
aae7ad6a18
avoid utils.version dependency in split repos
11 years ago
Sylvain Corlay
672f5fc72c
minor fixes on custom serialization, and traitlet hold_traits
11 years ago
Min RK
c9a12798d1
copy uniq_stable out of IPython.utils.data
11 years ago
Min RK
f30c03ccf1
move eventful to html.widgets.eventful
11 years ago
Min RK
3509721dba
shim IPython.utils.eventful
11 years ago
Min RK
ea9c942771
move eventful to traitlets
11 years ago
Min RK
03c922af71
Merge pull request #8217 from minrk/kernelspec-split
...
detangle client/kernel KernelSpec bits
11 years ago
unknown
0745f35b2f
Pass the arguments to the callback in the on_some_change function
11 years ago
Min RK
3ee98d7557
Merge pull request #8196 from quantopian/jinja-vars-from-config
...
DEV: Allow supplying jinja vars from python config.
11 years ago
Min RK
302439de63
Merge pull request #8251 from SylvainCorlay/unpack_models
...
Moving unpack_models to widget.js
11 years ago
Sylvain Corlay
3b200d388b
Move _unpack_models to widget.js and widget serialization to widget.py
11 years ago
Min RK
e6e2cc8f9d
copy utils.process.check_pid to html.utils
...
since jupyter_notebook will not depend on IPython
11 years ago
Min RK
d9ba3fe15b
avoid use of testing.tools in IPython.html
11 years ago
Min RK
fcaec433e5
use traitlets.tests.utils for help output tests
...
for non-IPython projects
11 years ago
Min RK
74348798af
remove now-obsolete use of skip_doctest outside core
11 years ago
Min RK
4b9811e222
Disable ipdoctest outside core
...
Ultimately, we can get rid of ipdoctest,
but we still have several doctests in core.
11 years ago
Thomas Kluyver
9d17ea997d
Merge pull request #8240 from minrk/split-io
...
split utils.io
11 years ago
Min RK
fcd28674f7
remove testing.tools.monkeypatch
...
use mock.patch.object instead
part 1 of reducing dependence on testing.tools
11 years ago
Min RK
7931ee52f1
move utils.io.atomic_writing to contents.fileio
11 years ago
Min RK
3d4420f97c
move io.unicode_std_stream to nbconvert.utils.io
11 years ago
Min RK
6bd9c8e4d3
Merge pull request #8224 from tmtabor/glyphicon-fix
...
Path to glyphicon fonts (used by Bootstrap) was incorrect.
11 years ago
Matthias Bussonnier
96a6f1e5b4
Merge pull request #8227 from minrk/serialization-utils
...
move serialization utils out of IPython.utils
11 years ago
Matthias Bussonnier
e8c8575921
Merge pull request #8232 from minrk/deprecatedclass
...
move DeprecatedClass to widgets, where it's used
11 years ago
Min RK
d41d074c1e
move DeprecatedClass to widgets, where it's used
...
avoids need to add warn to genutils
11 years ago
Min RK
a03a4e71c7
remove utils.zmqrelated
...
and other checks for zmq versions
after the big split, zmq will be a true dependency of the packages
11 years ago
tmtabor
5dc6b5d13e
Added glyphicon update to LESS.
11 years ago
Min RK
569857bede
import jsonutil from jupyter_client
11 years ago
tmtabor
d591b31d88
Path to glyphicon fonts (used by Bootstrap) was incorrect. Fixed paths to coincide with where the appropriate Bootstrap resources are when IPython-components is attached. Useful for those using Bootstrap classes in custom themes.
11 years ago
Matthias Bussonnier
855799dc19
Merge pull request #8215 from minrk/button-right-of-logo
...
add header_buttons block to page template
11 years ago