I'm using Google colaboratory and when I want to upload the resulting Jupyter notebook file (.ipynb) to Qiita, I convert it to markdown, but I can't remember immediately if I want to do this on the command line. However, even if I google it, I can't find it right away, so make a note of it.
jupyter nbconvert --to markdown Untitled.ipynb
That's it!
Recommended Posts