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
[–] brettvitaz@programming.dev 3 points 1 year ago

To answer the first question, do whatever works for you, but I’d look at alternatives like Notable. It offers cross platform apps with sync using any desktop file sync service like OneDrive or iCloud.

I personally don’t see a point to using a Jupyter notebook for taking notes. You can create markdown files in Jupyter labs if I’m not mistaken, which is what I’d probably do, but I wouldn’t because I use Notable for that.