sagemath/sage

Doc: Add instructions on how to run the SageMath jupyter kernel in WSL, add as a kernel to Jupyter running natively in Windows

mkoeppe opened this issue · 4 comments

Depends on #31138
Depends on #30476

CC: @slel @tobiasdiez @sandyscott @EmmanuelCharpentier @pfasante @embray

Component: documentation

Issue created by migration from https://trac.sagemath.org/ticket/31157

comment:2

I had some initial success by pointing VS Code (with the Remove - WSL extension) to the virtual environment created in #30371 and then simply use the builtin Jupyter support.

comment:3

Does this really depend on the experimental editable install in #30371? My guess is that we can document how to do VS code things even in a standard Sage install in WSL. (see #30484)

comment:4

Moving to 9.4, as 9.3 has been released.

comment:8

We could advertise VS Code devcontainers (#33671) as the way to do this. Very well documented and needs no command-line interaction