|
|
|
|
|
by joouha
36 days ago
|
|
> is there a way to swap the jupyter kernel within euphorie to something else more minimalist? You can use euporie-console for a REPL-like terminal experience (still with rich outputs) if you don't want the full notebook experience. You can also select the `local-python` kernel in euporie to run code using the local Python interpretor which runs euporie, instead of connecting to a Jupyter kernel. > And when you run a project with ssh, there are ways to give access to other users with user:password if I may ask? > I also wish to ask if there is a way to sign in to jupyter instance like that itself perhaps? euporie-hub supports spawning notebook instances for connected users, but I haven't implemented collaborative editing like JupyterLab supports (yet). I believe that jpterm [1] might support this. [1] https://github.com/davidbrochart/jpterm |
|