Commit Graph

111 Commits (d3a063cc274f997d7dd4c805cfe16da500c1961c)

Author SHA1 Message Date
Paul Ivanov b435738592 added check_for_tornado, closes #3916
13 years ago
damianavila 309649e469 Fixed path in setupbase, again...
13 years ago
damianavila 839cd00e50 Fixed typo in reveal/*.tpl path in setupbase.
13 years ago
damianavila 61cc245423 Add reveal/*.tpl path to setupbase.
13 years ago
Jonathan Frederic 211eb6fb4e Try including everything
13 years ago
Jonathan Frederic 2cf4fffb3b Copy ipynb example files need for nbconvert tests
13 years ago
Paul Ivanov 1f997d3892 check for markdown no longer needed, closes #3610
13 years ago
Matthias Bussonnier 9b08a557e5 Merge pull request #3538 from minrk/launch_ip
13 years ago
MinRK f4d4090fe3 use start_ipython in entry points
13 years ago
MinRK 00cf5001c5 fix tplx extension in nbconvert latex templates
13 years ago
MinRK af65f1177d include nbconvert templates in installation
13 years ago
Brian E. Granger 1c478745fa Fixing imports in setupbase.py.
13 years ago
Brian E. Granger 072a94370d Fixing install logic for nbconvert.
13 years ago
Paul Ivanov 0c11e07148 Merge pull request #3381 from minrk/retina
13 years ago
MinRK a3653e34b1 update references for IPython.html
13 years ago
MinRK 7f255c9d26 remove a few dangling frontends from setupbase
13 years ago
MinRK 38b58e784c make sure test files are installed
13 years ago
Takafumi Arakaki 4aa2bca46c Fix: "python ABS/PATH/TO/ipython.py" fails
13 years ago
MinRK cba52f17e5 use utils/submodule in setup.py
13 years ago
Thomas Kluyver 405e434d45 Fix for checking submodules location
13 years ago
MinRK 6e32ee5546 ensure submodules exist prior to doing anything
13 years ago
Thomas Robitaille a3500c3b15 Fix a bug that caused man pages to not be installed in Python 3 when running from the source tree.
14 years ago
MinRK e972672ddd remove spurious print statement from setupbase.py
14 years ago
MinRK d2940640f5 record sysinfo in sdist
14 years ago
MinRK abab58c0eb add missing plugin .txt to package_data
14 years ago
MinRK 06188412b3 remove `ipython-qtconsole` gui-script
14 years ago
Thomas Kluyver 2c693fc89b Exclude IPython.quarantine from installation.
14 years ago
Thomas Kluyver 2711bdf8dd Fix writing git commit ID to a file on build with Python 3.
14 years ago
Fernando Perez ffe488ee0b Emergency fix for py3 breakage introduced in 576f6f (merge of #1538)
14 years ago
Fernando Perez 4b73021647 Merge pull request #1445 from minrk/nosphinx
14 years ago
MinRK cc4f0f3619 use writelines when writing _sysinfo.py
14 years ago
MinRK 0495291a83 store git commit hash in utils._sysinfo instead of hidden git_commit_info.ini data file.
14 years ago
MinRK 212ec345e6 fix system->os.system typo
14 years ago
Thomas Kluyver 914d61f1bd Make single setup script work on Python 2 and Python 3.
14 years ago
MinRK 5ffe131458 exclude mathjax from notebook package_data
14 years ago
MinRK 03cae6504e add README to startup dir
14 years ago
MinRK ba96d936ca protect record_commit_info from configparser error
14 years ago
Fernando Perez c27de98c35 Add SVG qt console icon to package data.
14 years ago
Thomas Kluyver ce1973748f Fix IPython.utils.sysinfo for Python 3.
14 years ago
Bernardo B. Marques 8e32204222 remove all trailling spaces
15 years ago
Thomas Kluyver dba0917e83 Add Trove classifiers for PyPI.
15 years ago
Thomas Kluyver 4bf2e41967 Allow 'python setup.py install' to work correctly for either Python 2 or 3.
15 years ago
Thomas Kluyver 56a2b006e0 Make installation with Python 3 possible.
15 years ago
Brian E. Granger ad791ad465 Finish removing ipython-notebook.
15 years ago
Brian E. Granger c238febce1 Merge branch 'master' into htmlnotebook
15 years ago
MinRK 90b3e22759 Generate package list automatically in find_packages
15 years ago
Brian E. Granger 4973135bf1 Fixing setupbase.py for nbformat package.
15 years ago
Fernando Perez d4123881c6 Disable PDF manual building for distribution and installation.
15 years ago
Fernando Perez 7f4092a012 Fix installation of manpages.
15 years ago
Brian E. Granger 59a9cd1777 Updates to basic notebook format.
15 years ago