Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #1834 from getnikola/update_ipynb
Agnostic IPynb, supersede 1774
- Loading branch information
Showing
with
84 additions
and 96 deletions.
- +2 −0 CHANGES.txt
- +6 −3 docs/manual.txt
- +0 −4 nikola/data/themes/base/assets/css/nikola_ipython.css
- +9 −2 nikola/plugins/command/new_post.py
- +4 −4 nikola/plugins/compile/ipynb.plugin
- +60 −30 nikola/plugins/compile/{ipynb/__init__.py → ipynb.py}
- +0 −40 nikola/plugins/compile/ipynb/README.rst
- +1 −1 requirements-extras.txt
- +2 −12 setup.py
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -7,7 +7,7 @@ pygal==1.7.0 | ||
typogrify>=2.0.4 | ||
phpserialize>=1.3 | ||
webassets>=0.10.1 | ||
ipython[notebook]>=2.0.0 | ||
ghp-import>=0.4.1 | ||
ws4py==0.3.4 | ||
watchdog==0.8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters