Is there a way to export JetBrains Datalore notebooks

659 views Asked by At

Is there a way to export JetBrains Datalore notebooks to any format (preferably PDF)?

I have looked at Jupyter notebook solutions but could not find a way to implement them in Datalore and I also tried to make Jupyter more like Datalore (auto-completing latex and code and side by side view) but did not find a way to do this as well.

2

There are 2 answers

0
Алена Гужарина On BEST ANSWER

Yes, you can export it as a PDF from the File menu tab pdf export

0
uppi On

You can export to .ipynb: File -> Export .ipynb, and then use nbconvert.

enter image description here

Datalore itself doesn't support PDF yet