nbconvert-examples
nbconvert-examples copied to clipboard
Examples that illustrate how nbconvert can be used
Hi folks, Thanks for making this repository of examples. Much appreciated. Unfortunately, they all seem to be obsolete now that nbconvert v6 is out and used in Jupyter Lab v3....
Hi, I've made some LaTeX templates that uses the listings.sty package for code display rather than the default fancyvrb.sty. I like this because it renders better on the final PDF...
In citations/README.md there's this link to a 'Full Example' that is dead: http://nbviewer.ipython.org/urls/raw.github.com/ipython/nbconvert-examples/master/citations/Tools%20for%20the%20lifecycle%20of%20computational%20research.ipynb
The citations are not generated in the output pdf.
At least in my install, \frac{} in the last cell produces correct html, not \\frac. Config: ```bash %%bash python -V jupyter --version jupyter nbconvert --version ``` ``` Python 3.5.3 4.3.0...
This is not an issue per se. It is more a question regarding the customization of nbconvert that I wasn't able to find in the docs (please point me to...
Where can I find `style_simple.tplx`, as mentioned here: https://github.com/ipython/nbconvert-examples/tree/master/latex_cell_style ? I don't seem to see it in the source tree for any of the major IPython releases.
The documentation on ipython says these [examples still apply](http://ipython.org/ipython-doc/stable/notebook/nbconvert.html?highlight=latex), but the bibtex examples don't work [when I pull them in](http://nbviewer.ipython.org/github/ipython/nbconvert-examples/blob/master/citations/LifecycleTools.ipynb) Not sure how this would apply given the changes since...
As in title. Crashes with: ``` ... File "/usr/lib/python3.4/site-packages/jinja2/_compat.py", line 36, in reraise raise value.with_traceback(tb) File "./md_cell_list.tpl", line 1, in {%- extends 'html_basic.tpl' -%} jinja2.exceptions.TemplateNotFound: html_basic.tpl ``` I have a...