Commit Graph

7625 Commits

Author SHA1 Message Date
Ian Barfield
e27e58bcc4 fix bug in stale profile clean up for clusters
"clusters" tab of my notebook wasn't rendering, so checked the log, found the stack trace:

```
[...]
      File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/handlers.py", line 21, in get
        self.finish(json.dumps(self.cluster_manager.list_profiles()))
      File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/clustermanager.py", line 77, in list_profiles
        self.update_profiles()
      File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/clustermanager.py", line 74, in update_profiles
        self.profiles.pop(stale)
    TypeError: unhashable type: 'set'
```

looks like a pretty straightforward mistake
2015-04-10 13:37:04 -04:00
Min RK
5bdc265b65 Merge pull request #8302 from minrk/rm-nbconvert
remove nbconvert
2015-04-10 10:13:24 -07:00
Min RK
8c683b8a0e remove nbconvert 2015-04-09 21:42:46 -07:00
Min RK
3929be1798 handle lecture test moving to lib 2015-04-09 21:05:13 -07:00
Min RK
14a0b1614d Merge pull request #8301 from minrk/rm-qtconsole
remove qtconsole
2015-04-09 19:48:53 -07:00
Min RK
402bd06c41 add ipython[kernel]
which depends on ipython_kernel

removing the need to install 'all' on travis
2015-04-09 19:39:24 -07:00
Min RK
aa44573181 remove qtconsole 2015-04-09 19:26:12 -07:00
Min RK
7f6c278768 Merge pull request #8298 from minrk/rm-console
remove jupyter_console
2015-04-09 16:01:07 -07:00
Min RK
f31abe7147 remove jupyter_console 2015-04-09 15:01:17 -07:00
Min RK
0006083c43 Merge pull request #8297 from minrk/rm-parallel
remove ipython_parallel
2015-04-09 14:59:29 -07:00
Min RK
1c20a2baae remove ipython_parallel 2015-04-09 14:31:00 -07:00
Min RK
d8778e4712 Merge pull request #8291 from minrk/rm-client
remove jupyter_client
2015-04-09 12:25:21 -07:00
Min RK
61a78d8cd9 remove kernel tests 2015-04-09 12:17:35 -07:00
Min RK
4b9d71d858 temporarily look in .ipython/kernels for the notebook 2015-04-09 10:44:36 -07:00
Min RK
10ff491e6f Merge pull request #8289 from minrk/rm-nbformat
remove nbformat
2015-04-09 10:18:59 -07:00
Min RK
ac48054958 Merge pull request #8283 from minrk/split-html
move IPython.html to jupyter_notebook
2015-04-09 10:17:30 -07:00
Min RK
12979d25db shim iptest html 2015-04-08 23:04:21 -07:00
Min RK
61341fdf4d jupyter_notebook imports 2015-04-08 23:04:21 -07:00
Min RK
4a97b2a410 jupyter_notebook path in setup base, gitignore 2015-04-08 23:04:20 -07:00
Min RK
411f45eb22 move IPython.html to jupyter_notebook 2015-04-08 23:04:17 -07:00
Min RK
cbf63005b8 Merge pull request #8271 from Carreau/fix-mode-load
Allow to set same mode as existing if load fails.
2015-04-08 22:25:04 -07:00
Min RK
4317b94de5 remove nbformat
ipython[nbformat] depends on jupyter_nbformat
2015-04-08 19:23:06 -07:00
Matthias Bussonnier
488924d710 Merge pull request #8288 from minrk/rm-traitlets
Big Split: remove traitlets
2015-04-08 19:08:14 -07:00
Min RK
f508433a8a add traitlets as setup.py dependency 2015-04-08 16:29:12 -07:00
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...
2015-04-08 14:10:36 -07:00
Min RK
3728a48420 Merge pull request #8281 from minrk/finish-8067
finish scroll-cell PR
2015-04-08 12:42:24 -07:00
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`
2015-04-08 10:15:20 -07:00
Alexander Belopolsky
6d5c0725d9 Separated recenter and top actions. 2015-04-08 10:00:50 -07:00
Alexander Belopolsky
35bce22c17 Changed ctrl-l action to scroll to current cell. 2015-04-08 10:00:49 -07:00
Alexander Belopolsky
8f111d0f8d Added basic scroll to bottom binding for ctrl-l. 2015-04-08 10:00:49 -07:00
Min RK
02b757770b Merge pull request #8273 from SylvainCorlay/fixes_widget_serialization
Minor fixes on custom serialization, and traitlet hold_traits
2015-04-07 21:17:27 -07:00
Jonathan Frederic
666334eaa4 Merge pull request #8245 from minrk/eventful-traitlets
move eventful to widgets
2015-04-07 16:20:34 -07:00
Matthias Bussonnier
fb004e0be1 Merge pull request #8272 from minrk/utils-data
remove use of utils.data outside IPython
2015-04-07 16:00:18 -07:00
Sylvain Corlay
6c4cd1c1be Check for null value 2015-04-07 22:09:56 +00:00
Matthias Bussonnier
3b3b15d236 Merge pull request #8274 from minrk/utils_version
avoid utils.version dependency in split repos
2015-04-07 14:48:54 -07:00
Jonathan Frederic
e0c545f75e Merge pull request #8263 from ClaytonPassmore/master
Pass the arguments to the callback in the on_some_change function
2015-04-07 14:18:33 -07:00
Min RK
aae7ad6a18 avoid utils.version dependency in split repos 2015-04-07 14:18:01 -07:00
Sylvain Corlay
672f5fc72c minor fixes on custom serialization, and traitlet hold_traits 2015-04-07 20:49:35 +00:00
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