Closed NicoJG closed 3 years ago
We do not have a supported/established workflow for WSL.
However, https://github.com/microsoft/WSL/issues/327 and https://devblogs.microsoft.com/commandline/the-windows-subsystem-for-linux-build-2020-summary/#wsl-gpu may be relevant to this effort.
I'm trying to get "Wolfram Language For Jupyter" running on WSL 2 (Windows Subsystem for Linux) I'm running Ubuntu 18.04. I installed Anaconda in it, then Wolfram Engine and the Wolfram Language For Jupyter. At first the Kernel wouldn't run, I had to do 2 things:
Qt issued a critical error: Could not connect to any X display.
By that I got the Jupyter Notebook running.
But it seems something is still missing/not working. Because I get the main error:
pcilib: Cannot open /proc/bus/pci
Trying to use Plot3D will fail:I tried running it with
sudo jupyter notebook
, but I get the error:sudo: jupyter: command not found
.