Top "Nbconvert" questions

nbconvert tool is Jupyter Notebook Conversion

How to run an .ipynb Jupyter Notebook from terminal?

I have some code in a .ipynb file and got it to the point where I don't really need the "…

python jupyter-notebook ipython nbconvert
convert json ipython notebook(.ipynb) to .py file

How do you convert an IPython notebook file (json with .ipynb extension) into a regular .py module?

python jupyter-notebook ipython nbconvert
export notebook to pdf without code

I have a large notebook with a lot of figures and text. I want to convert it to a html …

python ipython-notebook jupyter-notebook nbconvert
Convert Jupyter notebook into MS word document .doc?

In Jupyter Notebook, I am able to convert a notebook to pdf and HTML using nbconvert. However, there is no …

python-3.x jupyter-notebook nbconvert .doc
IPython notebook: Convert an HTML notebook to ipynb

I have converted an IPython notebook to HTML format and subsequently lost the original ipynb file. Is there a simple …

python ipython jupyter-notebook jupyter nbconvert
Best way to print Jupyter notebook slides? How to put a page break?

I want to print my jupyter notebook and share the hardcopy with non-programmer coworkers. What I have done so far: …

python html jupyter reveal.js nbconvert
How to remove heading numbers in Jupyter during pdf conversion?

When I use the heading tags (# ##, etc) using markdown, they are always converted to numbered sections during pdf-latex conversion. How …

markdown ipython-notebook jupyter-notebook nbconvert
Jupyter notebook matplotlib figures missing in exported pdf

When generating a pdf in jupyter notebook, everything works great, but I would like to keep the inline figures inside …

matplotlib ipython-notebook jupyter jupyter-notebook nbconvert
Stop jupyter notebook wrapping cell contents in pandas html table output

The pandas option max_colwidth controls how many characters will be included in the repr of a dataframe: import string, …

html pandas jinja2 jupyter-notebook nbconvert
Convert Jupyter notebook to PDF - pdflatex not found on PATH

I'm trying to download my Jupyter notebook as a PDF from the web interface by going to: File -> …

macos latex jupyter nbconvert