notebook输出latex,python脚本格式文件

1 ipynb文件编译为tex

在命令行中定位到要转换的jupyter文件的路径下,输入
jupyter nbconvert --to latex yourNotebookName.ipynb
markdown html

conda install caffe
cd /caffe_root/build
cmake ..
make all -j8
cd ../
make pycaffe -j8

vim ~/.bashrc
add line 
PYTHONPATH=~/caffe_root/python:$PYTHONPATH
PATH=~/miniconda3/envs/py2/bin:PATH

**segmentation fault when import tensorboardX**
onda update libprotobuf
the version change is:
libprotobuf: 3.6.1-hd28b015_0 conda-forge --> 3.6.1-hd408876_0 defaults

生成py文件同理

你可能感兴趣的:(深度学习)