You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install libasound2
Install VcXsrv in Windows because I got: 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.
The text was updated successfully, but these errors were encountered:
NicoJG
changed the title
Plot3D on Ubuntu on WSL
"Cannot open /proc/bus/pci" on Ubuntu on WSL (e.g. Plot3D)
Aug 5, 2020
NicoJG
changed the title
"Cannot open /proc/bus/pci" on Ubuntu on WSL (e.g. Plot3D)
"pcilib: Cannot open /proc/bus/pci" on Ubuntu on WSL (e.g. Plot3D)
Aug 5, 2020
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
.The text was updated successfully, but these errors were encountered: