Min RK
c353c6bbe6
Merge pull request #9 from ptone/dev-quickstart
...
Interim update for dev quickstart
2015-04-21 15:37:11 -07:00
Jason Grout
1f6d6c5582
Add buffers argument to a widget custom message handler
...
This change should have been made with the custom serialization changes a few weeks ago. Thanks to @ssunkara1 for catching this.
2015-04-21 15:37:11 -07:00
Preston Holmes
aab26d8ebe
typo fix
2015-04-21 15:37:11 -07:00
Preston Holmes
f7b8240b6c
further cleanup of dev quickstart
...
remove invoke and less (were required by setup.py css)
removed explicit setup.py css|js (handled now by setup.py develop
2015-04-21 15:37:11 -07:00
Preston Holmes
9ff9e78389
Merge branch 'master' into dev-quickstart
2015-04-21 15:37:11 -07:00
Preston Holmes
e080992f4e
Interim update for dev quickstart
2015-04-21 15:37:11 -07:00
Thomas Kluyver
277851ed32
Merge pull request #8 from jupyter/rm-submodules-2
...
Remove submodules
2015-04-21 15:37:10 -07:00
Min RK
c418565835
Merge pull request #12 from Carreau/jupyter_nbformat
...
IPython.nbformat > jupyter_nbformat
2015-04-21 15:37:10 -07:00
Jason Grout
c426954b19
Update notebooks to use the new widget and traitlet paths
2015-04-21 15:37:10 -07:00
Thomas Kluyver
21e945121c
Need to specify None explicitly for utime on Python 2
2015-04-21 15:37:10 -07:00
Matthias Bussonnier
2501fa14a3
Merge pull request #1 from minrk/cluster-profile-typo
...
fix typo in cluster profile list
2015-04-21 15:37:10 -07:00
Matthias Bussonnier
d8c037626d
IPython.nbformat > jupyter_nbformat
2015-04-21 15:37:10 -07:00
Min RK
0fa03c4240
fix typo in cluster profile list
2015-04-21 15:37:10 -07:00
Thomas Kluyver
904a59b323
Merge pull request #5 from minrk/empty-shell
...
handle empty but defined SHELL env
2015-04-21 15:37:09 -07:00
Thomas Kluyver
afa7cd9a21
Add comment about origin of which()
2015-04-21 15:37:09 -07:00
Min RK
95089fa22c
handle empty but defined SHELL env
...
Sometimes SHELL can be '',
which should be treated the same as undefined.
2015-04-21 15:37:09 -07:00
Thomas Kluyver
314fcf163f
Include a copy of which() for setup.py
2015-04-21 15:37:09 -07:00
Min RK
f9cb268e0d
add setup.py js
...
from JupyterHub
- fetches node tools locally with npm
- runs bower
- setup.py css uses local less as well,
so no need to `npm install -g` anything.
2015-04-21 15:37:09 -07:00
Min RK
cfd1ee51e5
add package.json for fetching bower, less
2015-04-21 15:37:09 -07:00
Min RK
94abadd432
remove generated css files from the repo
...
require `setup.py css` to run
2015-04-21 15:37:09 -07:00
Min RK
599e504a1a
add bower.json from ipython-components
...
`bower install` in package repo fetches components
2015-04-21 15:37:09 -07:00
Min RK
617ca99020
remove submodule
2015-04-21 15:37:09 -07:00
Min RK
44ae68da77
get it running on travis
2015-04-21 15:37:08 -07:00
Min RK
9fd462653a
Merge pull request #6 from ewh/master
...
Update keyboard.js (typo)
2015-04-21 15:37:08 -07:00
Min RK
d2fb65d816
add super basic README
2015-04-21 15:37:08 -07:00
Weston Hunter
ef08a92da1
Update keyboard.js
...
typo
2015-04-21 15:37:08 -07:00
Min RK
4a67068ba0
update js version test
2015-04-21 15:37:08 -07:00
Min RK
a5ffefad69
run tests with -m jupyter_notebook.jstest
2015-04-21 15:37:08 -07:00
Min RK
6a70d5b4ec
move StreamCapturer to jstestcontroller
2015-04-21 15:37:08 -07:00
Min RK
ecb4a1d1e6
remove Python pieces of iptestcontroller
2015-04-21 15:37:08 -07:00
Min RK
9af6aba74c
move iptest to jupyter.jstest
2015-04-21 15:37:08 -07:00
Min RK
0f63987ef9
delay IPython imports in cluster manager
...
in case IPython is not present
this will need a lot more work
2015-04-21 15:37:07 -07:00
Min RK
376f29cafb
Notebook is a JupyterApp
2015-04-21 15:37:07 -07:00
Min RK
66bd44b4b7
ship IPython.lib.security in auth.security
2015-04-21 15:37:07 -07:00
Min RK
0fc870d383
add _sysinfo subset from IPython
2015-04-21 15:37:07 -07:00
Min RK
6f964e7ee6
add copy of tz util to contents service
2015-04-21 15:37:07 -07:00
Min RK
d2f3446770
update dependency imports
...
removing IPython shims
2015-04-21 15:37:07 -07:00
Min RK
3add4a5df6
remove filter-branch residue
2015-04-21 15:37:07 -07:00
Min RK
02d2dca939
update submodule utility with new paths
2015-04-21 15:37:06 -07:00
Min RK
fa90daad17
add submodule util from IPython
2015-04-21 15:37:06 -07:00
Min RK
03f69b65dc
add _version.py
2015-04-21 15:37:06 -07:00
Min RK
fa4aa84fc5
package skeleton
2015-04-21 15:37:06 -07:00
Min RK
b9e241b8c1
remove unused IPython code from setup, setupbase
2015-04-21 15:37:06 -07:00
Min RK
1d3b4c2f88
re-add components submodule
2015-04-21 15:37:06 -07:00
Min RK
ad5f886f74
Merge pull request #8303 from tea-dragon/patch-1
...
fix bug in stale profile clean up for clusters
2015-04-10 10:46:24 -07:00
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