Hi,

Is it ok to use Jupyter notebook exclusively for creating notes. I do not need to run any codes in cells, just taking notes.

Currently, I run notebook using ‘jupyter-notebook’. Then, use Kernel > Shutdown option. And, create notes.

I think there will be commandline option, but cannot find any. Any advise on this?

Thanks,

  • @ohto
    link
    119 months ago

    So you’re using Markdown cells for notes and not using code cells at all? This is a strange choice. It seems like just writing Markdown in a text editor, Markdown editor, or even an IDE with Markdown rendering would be better options. If you want to output the Markdown to other formats, pandoc is all you need. I’m not sure what advantage Jupyter gives you in this use case.