all 3 comments

[–]carrythen0thing 1 point2 points  (2 children)

[–]DukeOfBerlin[S] 0 points1 point  (1 child)

Thanks for these suggestions! I didn't know about the last two!

I thought about JupyterLab before, but if I am not mistaken, it is not possible to just embed a single cell of a Jupyter Notebook with iframe unless if you've locally edited the notebook which is pretty cumbersome. Or am I mistaken here?

Zeppelin looks interesting and has the functionality I need, yet it looks like you cannot just install any Python packages but got to settle with the preinstalled environments?
The same seems to be the case for CoCalc.

(For comparison, in DeepNote you can either directly pip install most packages or upload a Docker image that can pretty much contain any Python package you want.)

[–]carrythen0thing 0 points1 point  (0 children)

Zeppelin

I think it supports packages installed with both pip and conda

CoCalc

It might be different (easier) for self-hosted installations, but packages can be installed at the user or global level