Printing (or Exporting) Jupyter Notebooks
I have created a score of Jupyter notebooks in PyCharm. Not sure what is the fundamental advantage of doing this within PyCharm, but it is quite convenient to create notebooks for debugging and for design documentation in your project using the same tools used to write code.
The big advantage of notebooks over script-files is they can contain plots and can show complicated intermediate results.
But when I print the notebook (and when I export them) all the outputs (including the plots) are striped. I get striped code, nothing else.
Am I doing something wrong? My machine is old, is it configured wrong? If PyCharm can't do this what should I use?
Partial Notebook:
PrintOut
Please sign in to leave a comment.