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
[–] ohto@lemmy.sdf.org 11 points 1 year ago (1 children)

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.

[–] ztlkl@mastodon.social 4 points 1 year ago (1 children)

@ohto @bc001 Agree. Also, for notes there are a much better apps such like Obsidian

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

Obligatory shoutout to Qownnotes for being excellent, fully open source, and with owncloud integration.