摘要:
1.print(a,b),print打印多个变量,默认中间会有个空格作为分隔符,默认以换行符结尾 Docstring: print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) Prints the values to a 阅读全文
摘要:
1.Nbextensions插件 安装命令: pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --user pip install jupyter_nbextensions_configurat 阅读全文