Thomas Kluyver
cb9e9b4085
Remove git submodule utility functions
...
We no longer use submodules
11 years ago
Thomas Kluyver
31884ce6cc
Merge pull request #76 from Carreau/no_data_dir
...
data_dir is not .ipython/kernel anymore.
11 years ago
Matthias Bussonnier
e20131a05b
set data_dir in tests
11 years ago
Matthias Bussonnier
6afc1011c4
data_dir is not .ipython/kernel anymore.
...
On OSX, items ~/Library/Jupyter/ which screw up where things find
kernels and anyway is already at the beginning of the search paths
lists.
11 years ago
Matthias Bussonnier
cc54d7d63f
Merge pull request #75 from minrk/omg-js-is-the-worst
...
disable clean-css restructuring
11 years ago
Min RK
1eb6d153ce
disable clean-css restructuring
...
this is a buggy optimization that breaks some css
11 years ago
Min RK
9af6ed60e3
Merge pull request #74 from Carreau/rename-nbformat
...
replace jupyter_nbformat by nbformat
11 years ago
Matthias Bussonnier
f47ec80c4f
replace jupyter_nbformat by nbformat
...
Also replace the `import nbformat as nbformat` by `import nbformat`
and change the name of the installed egg.
11 years ago
Matthias Bussonnier
963637a038
Merge pull request #72 from takluyver/sessions-contenttype-json
...
Set contentType to JSON when sending session models
11 years ago
Min RK
7532e17f85
Merge pull request #73 from minrk/ipykernel
...
ipython_kernel is ipykernel
11 years ago
Min RK
441c380d3b
ipython_kernel is ipykernel
11 years ago
Min RK
7c399ff9c5
Merge pull request #64 from minrk/jupyter_path
...
remove SYSTEM_NBEXTENSIONS_DIRS
11 years ago
Min RK
c5fe672d65
Merge pull request #54 from jaredly/fix-api-cors
...
allow OPTIONS requests for api endpoints (to enable CORS)
11 years ago
Thomas Kluyver
cc003550a3
Add some more missing contentType ajax parameters
11 years ago
Min RK
9941d7dc09
Merge pull request #71 from minrk/nbconvert
...
s/jupyter_nbconvert/nbconvert/
11 years ago
Thomas Kluyver
79cf08eecf
Set contentType to JSON when sending session models
...
Closes ipython/ipython#8416
11 years ago
Min RK
011f60e46b
s/jupyter_nbconvert/nbconvert/
11 years ago
Min RK
8893b178b1
Merge pull request #69 from SylvainCorlay/wrap_jquery_selection
...
Wrap potentially native element into a jquery selection
11 years ago
Matthias Bussonnier
8b305d331f
Merge pull request #67 from takluyver/atomic-writing-2
...
Alternative way to do atomic writing
11 years ago
Sylvain Corlay
de5e926782
wrap potentially native element into a jquery selection
11 years ago
Thomas Kluyver
bdc226a638
Alternative way to do atomic writing
...
This is a hopefully more robust way of doing atomic writing of a file.
Previously, we wrote a new temporary file on each write, and renamed it
over the target file on success. This is technically neat, but
constantly recreating the file causes problems with some network
filesystems, and with sync tools like Dropbox.
The new approach copies the old file contents to a temporary file,
overwrites the target using standard open() and write() calls, and then
removes the temporary file. In case of a failure during writing, the
temporary file is renamed over the target, which should preserve the old
data.
This way, we're only using a new inode in case of a write failure, which
is hopefully rare, instead of on successful writes.
11 years ago
Matthias Bussonnier
ecc5f52c66
Merge pull request #63 from minrk/windows-hidden
...
check FILE_ATTRIBUTE_HIDDEN on Windows
11 years ago
Matthias Bussonnier
5b9bdbf85d
Merge pull request #57 from rsmith31415/fix-firefox-print-preview
...
Fix print preview in Firefox
11 years ago
Min RK
7706b6832d
remove SYSTEM_NBEXTENSIONS_DIRS
...
use SYSTEM_JUPYTER_PATH from core
for common logic with kernelspec installation
11 years ago
Min RK
5ba96d6604
check FILE_ATTRIBUTE_HIDDEN on Windows
...
in is_hidden
11 years ago
Min RK
4dcd67a0de
Merge pull request #61 from jupyter/pip-install-all-in-one
...
Pip install all-in-one
11 years ago
Kyle Kelley
f40c631683
Pip install all-in-one
11 years ago
Robert Smith
611e662adf
Fix print preview in Firefox
11 years ago
Min RK
4df64e7d98
Merge pull request #48 from takluyver/window-terminal
...
Expose JS terminal object on window
11 years ago
Min RK
6bec6c9b80
Merge pull request #40 from minrk/rm-widgets
...
remove widgets
11 years ago
Min RK
51375f118f
Merge pull request #51 from takluyver/genutils_released
...
Remove genutils from requirements.txt
11 years ago
Jared Forsyth
9a57daa34d
allow OPTIONS requests for api endpoints (to enable CORS)
11 years ago
Thomas Kluyver
9783031ee7
Remove genutils from requirements.txt
...
It's now on PyPI, so normal installation should work.
11 years ago
Thomas Kluyver
89380e456b
Merge pull request #50 from minrk/termsocket-handlers
...
disable set_default_headers on TermSocket
11 years ago
Min RK
a70f1e220e
disable set_default_headers on TermSocket
...
inherited from IPythonHandler, but doesn't make sense or work on websockets.
11 years ago
Thomas Kluyver
bede356585
Expose JS terminal object on window
...
This is handy for interactive debugging and fiddling, but it shouldn't
be documented.
11 years ago
Thomas Kluyver
520d677892
Merge pull request #44 from minrk/refresh-package-data
...
properly update package_data after components changes
11 years ago
Min RK
b1562cd21a
properly update package_data after components changes
...
build_py wasn't getting updated,
causing it to leave out components fetched during setup
11 years ago
Min RK
8906efd495
remove js_prefix for js tests
...
allows external use of js tests by passing absolute path
11 years ago
Min RK
c5536cb113
remove widgets
11 years ago
Min RK
cc5751d5ac
Merge pull request #43 from minrk/rm-mathjax
...
remove unused mathjax install from travis
11 years ago
Min RK
d645e7a2c1
remove unused mathjax install from travis
...
no longer needed now that mathjax is a component
11 years ago
Min RK
84bc29d142
Merge pull request #42 from minrk/jstest-wtf
...
install notebook with -e on travis
11 years ago
Min RK
9ad8811075
remove widget tests from travis
11 years ago
Min RK
e5f50a1027
install notebook with -e on travis
11 years ago
Paul Ivanov
20acac896f
Merge pull request #41 from minrk/phantomjs-typo
...
fix copy/paste typo checking for phantomjs
11 years ago
Min RK
0b3753ab96
fix copy/paste typo checking for phantomjs
11 years ago
Min RK
c3f6163aa0
Merge pull request #37 from Carreau/livereload
...
Configure watch/livereload extension and document it.
11 years ago
Matthias Bussonnier
69d86dccc7
Configure watch/livereload extension and document it.
...
Is usefull mostly for css, but will be for typscript too.
11 years ago
Min RK
1980ada9b8
Merge pull request #34 from jdfreder/smallsplit
...
Segregating the widgets (the Small Split)
11 years ago