5 ms·
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
by greggsy 1mo 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?
- momojo 1mo agoGood 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.