Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Print Azure Data Studio Notebook

Azure Data Studio. I love it. Wherever possible I am working in ADS instead of SSMS, gradually moving stand-alone SQL scripts to notebooks. Notebooks are so useful. Rich-text commenting of code using markdown, making a great way of documenting scripts.

But how to print it?

I loaded the notebook into notepad. It is a JSON file. So I am thinking maybe I can do some kind of XSLT transform. Seems that JSLT may be way to go. But there has to be a better way?

like image 999
Stuart Steedman Avatar asked Nov 07 '22 11:11

Stuart Steedman


1 Answers

You can open the notebook (its a .ipynb file) just like any other Jupyter notebook in Jupyter lab and print from there. Works for me.

like image 165
Sjoerd C. de Vries Avatar answered Nov 28 '22 10:11

Sjoerd C. de Vries