this post was submitted on 13 Sep 2023
9 points (84.6% liked)

Python

6233 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

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
[–] Temporalin@programming.dev 4 points 1 year ago (2 children)

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

[–] bc001@programming.dev 1 points 1 year ago (1 children)

Vscodium looks promising , but it hangs at initial loading. Tried no gpu option, still not ok.

[–] Temporalin@programming.dev 1 points 1 year ago

It's another Chromium/Electron based app, so it may not be suitable for low end systems, but still, it's weird that it doesn't load at all. I don't know how to help, sorry.