Commit Graph

7487 Commits

Author SHA1 Message Date
Min RK
c9a12798d1 copy uniq_stable out of IPython.utils.data 2015-04-07 12:30:49 -07:00
Min RK
f30c03ccf1 move eventful to html.widgets.eventful 2015-04-07 11:03:06 -07:00
Min RK
3509721dba shim IPython.utils.eventful 2015-04-07 10:52:03 -07:00
Min RK
ea9c942771 move eventful to traitlets 2015-04-07 10:52:03 -07:00
Min RK
03c922af71 Merge pull request #8217 from minrk/kernelspec-split
detangle client/kernel KernelSpec bits
2015-04-07 09:46:20 -07:00
unknown
0745f35b2f Pass the arguments to the callback in the on_some_change function 2015-04-06 22:25:15 -04:00
Min RK
3ee98d7557 Merge pull request #8196 from quantopian/jinja-vars-from-config
DEV: Allow supplying jinja vars from python config.
2015-04-06 15:09:24 -07:00
Min RK
302439de63 Merge pull request #8251 from SylvainCorlay/unpack_models
Moving unpack_models to widget.js
2015-04-06 11:02:35 -07:00
Sylvain Corlay
3b200d388b Move _unpack_models to widget.js and widget serialization to widget.py 2015-04-06 12:16:42 -04:00
Thomas Kluyver
d8bfa870e3 Merge pull request #8256 from minrk/less-utils.process
remove dependency on utils.process outside IPython
2015-04-04 18:30:05 -07:00
Min RK
e6e2cc8f9d copy utils.process.check_pid to html.utils
since jupyter_notebook will not depend on IPython
2015-04-04 16:15:18 -07:00
Min RK
5904b92d3b Merge pull request #8255 from minrk/testing-tools
reduce use of testing.tools
2015-04-04 16:15:04 -07:00
Min RK
d9ba3fe15b avoid use of testing.tools in IPython.html 2015-04-04 15:06:30 -07:00
Min RK
fcaec433e5 use traitlets.tests.utils for help output tests
for non-IPython projects
2015-04-04 15:06:30 -07:00
Thomas Kluyver
4f80d4112d Merge pull request #8248 from minrk/skip-doctest
confine doctests to IPython.core
2015-04-03 17:43:47 -07:00
Min RK
74348798af remove now-obsolete use of skip_doctest outside core 2015-04-03 15:57:01 -07:00
Min RK
4b9811e222 Disable ipdoctest outside core
Ultimately, we can get rid of ipdoctest,
but we still have several doctests in core.
2015-04-03 15:47:44 -07:00
Min RK
fe428f0e54 fix backward n_pulls, n_issues in github stats 2015-04-03 13:05:18 -07:00
Thomas Kluyver
9d17ea997d Merge pull request #8240 from minrk/split-io
split utils.io
2015-04-03 11:12:58 -07:00
Thomas Kluyver
dbc079d6b8 Merge pull request #8243 from minrk/test-monkeypatch
remove testing.tools.monkeypatch
2015-04-03 11:05:12 -07:00
Min RK
fcd28674f7 remove testing.tools.monkeypatch
use mock.patch.object instead

part 1 of reducing dependence on testing.tools
2015-04-03 10:56:52 -07:00
Min RK
7931ee52f1 move utils.io.atomic_writing to contents.fileio 2015-04-02 20:30:44 -07:00
Min RK
3d4420f97c move io.unicode_std_stream to nbconvert.utils.io 2015-04-02 20:30:44 -07:00
Thomas Kluyver
bb3fb86b36 Merge pull request #8238 from ipython/revert-8235-testpath
Revert "use testpath.tempdir for utils.tempdir"
2015-04-02 18:41:39 -07:00
Min RK
6bd9c8e4d3 Merge pull request #8224 from tmtabor/glyphicon-fix
Path to glyphicon fonts (used by Bootstrap) was incorrect.
2015-04-02 18:30:39 -07:00
Min RK
7d841d32c9 Revert "use testpath.tempdir for utils.tempdir" 2015-04-02 16:50:47 -07:00
Matthias Bussonnier
6f5b7ff123 Merge pull request #8235 from minrk/testpath
use testpath.tempdir for utils.tempdir
2015-04-02 16:09:27 -07:00
Matthias Bussonnier
96a6f1e5b4 Merge pull request #8227 from minrk/serialization-utils
move serialization utils out of IPython.utils
2015-04-02 15:25:40 -07:00
Matthias Bussonnier
e8c8575921 Merge pull request #8232 from minrk/deprecatedclass
move DeprecatedClass to widgets, where it's used
2015-04-02 15:24:42 -07:00
Min RK
d97d8ced2f use testpath.tempdir for utils.tempdir
instead of adding tempdir to genutils
2015-04-02 15:20:56 -07:00
Matthias Bussonnier
720bcb3e88 Merge pull request #8231 from minrk/rm-zmq-checks
remove utils.zmqrelated
2015-04-02 14:55:59 -07:00
Min RK
d41d074c1e move DeprecatedClass to widgets, where it's used
avoids need to add warn to genutils
2015-04-02 13:05:55 -07:00
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
2015-04-02 12:51:03 -07:00
tmtabor
5dc6b5d13e Added glyphicon update to LESS. 2015-04-02 14:47:34 -04:00
Min RK
569857bede import jsonutil from jupyter_client 2015-04-02 11:39:54 -07:00
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. 2015-04-02 12:29:44 -04:00
Matthias Bussonnier
855799dc19 Merge pull request #8215 from minrk/button-right-of-logo
add header_buttons block to page template
2015-04-01 11:53:33 -07:00
Min RK
6d786be40b Merge pull request #8203 from minrk/kernel.js-switch
autosave & reload on kernelspec switch
2015-04-01 10:03:38 -07:00
Min RK
a4366e86f7 install IPython kernel in temp IPython dir 2015-03-31 17:37:51 -07:00
Min RK
81f8cfeccb cleanup some html services tests 2015-03-31 17:30:55 -07:00
Min RK
7be0294f93 pass kernel_spec_manager down from NotebookApp
ensures the same instance is used throughout
2015-03-31 17:30:28 -07:00
Min RK
d8305720a8 install IPython kernel on notebook launch
if ipython_kernel is available and not already installed
2015-03-31 17:29:19 -07:00
Min RK
c88c9dafd2 add header_buttons block to page template
allows easier access to adding buttons next to
the logout button.
2015-03-31 14:19:03 -07:00
Matthias Bussonnier
0b30151c41 Merge pull request #8213 from minrk/disable-install
disable install from master
2015-03-31 14:03:30 -07:00
Min RK
089b0d09cd disable install from master
while it's broken by The Big Split

with informative note about `pip install -e`
2015-03-31 12:00:56 -07:00
Jonathan Frederic
0c278a050d Merge pull request #7757 from jasongrout/custom-serialization
Custom serialization
2015-03-31 11:37:34 -07:00
Jason Grout
4d86d06940 Export the widget unpack_models function for other custom classes to use
Thanks to @jdfreder for this suggestion.
2015-03-30 20:37:55 -04:00
Jason Grout
58098aebc1 Register widget models and views that have the right inheritance, rather than the right name.
Thanks to @jdfreder for this suggestion.
2015-03-30 20:37:05 -04:00
Min RK
8c3b6d79d0 autosave & reload on kernelspec switch
when a custom kernel.js was defined,
in which case reload is needed to ensure clean js state.
2015-03-30 14:29:56 -07:00
Thomas Kluyver
ad3dd60b3f Merge pull request #8191 from minrk/focus-3.1
small focus/keyboard-related fixes for 3.1
2015-03-30 14:09:49 -07:00