Comment by greggsy
12 hours ago
I run some Jupyter notebooks against a local Postgres realestate db to do statistical analysis. Could I use this to just run it on a compute host without having to manually set up and activate a venv?
12 hours ago
I run some Jupyter notebooks against a local Postgres realestate db to do statistical analysis. Could I use this to just run it on a compute host without having to manually set up and activate a venv?
Good question.
I'd stick with the venv if it's heavy duty crunching and you do it often.
However, if this is a one off or doesn't need heavy compute, and you don't mind waiting a little longer, use the notebook.link.