5

I have some (over 100) notes take down as mark down text file (with .md extension). Recently I discovered ipython notebook. Barring no Vim keybinding, it looks perfect. So would like to convert all those .md files into .ipynb files. Is there such a tool?

lang2
  • 11,433
  • 18
  • 83
  • 133
  • You are not going to get helpful answers from SO without showing what you've tried already. – user590028 Nov 17 '15 at 15:12
  • 4
    @user590028 Tried it? Tried what? Googling it? Let's just say it was implied. I didn't say I googled it means I didn't google it? Or did you mean tried to write myself? Why would I do that? Enough with the "your question is so dump and I'm going to down vote you" attitude! SO has becoming more and more of an unpleasant place. – lang2 Nov 18 '15 at 00:25
  • 2
    Take a look at [notedown](https://github.com/aaren/notedown) - "Markdown <=> IPython Notebook" – Tom Hale May 08 '18 at 05:50

1 Answers1

2

Unless you find it through Google, unlikely. Notebook files are large JSON structures that can contain markdown in one or more discrete cells. For small cases, copy+paste are enough.

nitind
  • 19,089
  • 4
  • 34
  • 43