Python commands
Markdown for jupyter notebook
https://www.ibm.com/docs/en/db2-event-store/2.0.0?topic=notebooks-markdown-jupyter-cheatsheet
All about pip
pip install #to install the pck
pip list #to list the installed pck
Import os
os.chdir(r'copy the path from window') #to change directory
Import matpltlib
plt.savefig('file_name.tif') #to save figure
Comments
Post a Comment