Reputation: 73
I want to convert one of my .ipynb (jupyter notebook) files to markdown(.md) for my github.
jupyter nbconvert --to markdown 'name_of_project.ipynb'
But in all of ways, i face the this error.
and when type command in virtual-env, face this :
[NbConvertApp] WARNING | pattern "'Blood_Cell_Cancer.ipynb'" matched no files
This application is used to convert notebook files (*.ipynb)
jupyter nbconvert --to markdown 'name_of_project.ipynb'
Upvotes: 0
Views: 51