Remote jupyter server for cell rendering (like vscode already supports) #2829
Closed
fradav
started this conversation in
Feature Requests
Replies: 2 comments
-
Possible tasks:
The third task should probably a non-trivial one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as completed and in favour of #2852 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Visual Studio Code already supports running “in-editor” cells on remote jupyter just by specifying an url to a jupyter server directly
As for quarto, my understanding is it isn’t possible. There are use cases where it would be very practical or even necessary to edit/render everything but jupyter cells by a locally installed quarto, and also render jupyter cells in a remote server, who sometimes doesn’t even offer the possibility to run or install quarto (Jupyterhub containerized instances for example).
I am a member of the staff of an online journal centered on reproductible research and we use quarto as the mandatory format and tooling for submissions. We would like to offer our authors and editors the possibility to run computations inside article submissions on external (possibly heavily equipped, cluster-like or with gpu) computational ressources, and let authors/editors handle the editing/rendering on their local computers.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions