Jupyter notebook (programming.dev)
submitted 2 years ago by to c/python@programming.dev
 

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,

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 4 points 2 years ago (1 child)

I find it pretty inefficient to start up a Python environment, a web server and a web browser to do something that you could do with Notepad or even in a terminal. I would use Notepad++, gedit, Kate, vim, vscodium... There are plugins for vscodium (and vscode obviously) to preview Markdown if that's what you need

  • source
  • hideshow 2 child comments