Converting notebooks to html#166
Converting notebooks to html#166gvwilson merged 4 commits intoswcarpentry:masterfrom gvwilson:converting-notebooks-to-html
Conversation
|
Looks good, I'd prefer for your pattern rule to go from %.ipynb -> %.html instead of %.ipynb -> %.ipynb.html because that is the default way of doing this sort of conversion, but if you've got a preference for the latter, I don't have a strong objection. With a little more work, I think we will be able to generate static notebook views in |
|
On 2013-11-22 1:16 PM, Aron Ahmadia wrote:
|
|
I think you want the |
|
On 2013-11-23 2:05 PM, Aron Ahmadia wrote:
|
|
The |
|
@gvwilson I only get $ git log -1
commit 1cc95ccbf45db8454b0fbfcec2444f9a423dc2aa
Merge: bac4388 7fe38b3
Author: Greg Wilson <gvwilson@software-carpentry.org>
Date: Wed Nov 27 18:03:10 2013 -0800
Merge pull request #178 from gvwilson/tagging-novice-python-lessons
Tagging novice python lessons
$ python --version
Python 3.3.2
$ ipython --version
2.0.0-dev
$ ipython nbconvert 01-numpy.ipynb
[NbConvertApp] Using existing profile dir: '/home/raniere/.ipython/profile_default'
[NbConvertApp] Converting notebook 01-numpy.ipynb to html
[NbConvertApp] Support files will be in 01-numpy_files/
[NbConvertApp] Loaded template html_full.tpl
[NbConvertApp] Writing 393842 bytes to 01-numpy.html
$ ipython nbconvert --to html 01-numpy.ipynb
[NbConvertApp] Using existing profile dir: '/home/raniere/.ipython/profile_default'
[NbConvertApp] Converting notebook 01-numpy.ipynb to html
[NbConvertApp] Support files will be in 01-numpy_files/
[NbConvertApp] Loaded template html_full.tpl
[NbConvertApp] Writing 393842 bytes to 01-numpy.html |
|
Are you putting the output in _site/python/novice/*.html? It looks from |
|
@gvwilson Sorry about that. Bellow is the diff of some changes that I made to output in |
|
Nice fix --- integrated. |
…of .ipynb.html
Converting notebooks to html
No description provided.