(no title)
plipt | 4 months ago
Do users typically have one system-wide Jupyter install that gets reused for each data analysis project that then have their own dependencies in a virtual environment that Jupyter activates?
Or is Jupyter installed inside each project’s virtual environment?
epistasis|4 months ago
Personally, I really like the juv model where dependencies are taken from the first cell of the notebook and a new kernel is created to launch the interface, but I haven't seen others using it much yet:
https://github.com/manzt/juv
heisenzombie|4 months ago
morkalork|4 months ago
porridgeraisin|4 months ago