I have a notebook with sql commands and plot commands
when using nbconvert :
ubuntu@ubuntu:/data/jupyter$ /Software/Anaconda/bin/jupyter nbconvert --execute --to html DB2_HEALTCHECK.ipynb
[NbConvertApp] Converting notebook DB2_HEALTCHECK.ipynb to html
[NbConvertApp] Executing notebook with kernel: python3
[NbConvertApp] Writing 467844 bytes to DB2_HEALTCHECK.html
The data from sql commands is not included
only the cells that are tagged as initialyse and running when opening notebook are present/with output
the plots are also included - but the sql data is not
is there an option to specify to execute all cells or do we need to tag all cells as automated run..
thanks for all info
Best regards, Guy