Kiyoon Kim
Kiyoon Kim
Yes, that's what I meant. So you have a problem with pip3 command, and you need to solve that first. I don't use Arch linux so I can't be much...
@BillGatesPriv Thanks for sharing. If you want to install it in venv, I think simply you can provide the path to the venv python, or am I getting something wrong?...
No action on JupyniumStartAndAttachToServer and "Not an editor command JupyniumExecuteSelectedCells"
If it can't attach to the server, then it can't execute anything. So let's focus on getting it to attach. 1. Can you try `:JupyniumStartAndAttachToServerInTerminal` and see if it's the...
Can you paste the logs found in `/tmp/jupynium/logs`? Usually, firefox has to spawn. Did you install firefox in WSL? You can check if selenium works in your environment, by running...
Can you make sure you can run Selenium in WSL? You probably didn't install firefox inside WSL.
I don't think you're required to set up the profile. Do you use WSL2? I think it won't work on the WSL1.
I just tested on WSL2 and the sample script works for me. I installed firefox like this: https://askubuntu.com/questions/1444962/how-do-i-install-firefox-in-wsl-when-it-requires-snap-but-snap-doesnt-work I downloaded linux geckodriver and put it in `$PATH`. https://github.com/mozilla/geckodriver/releases And then...
You should be able to run Jupyter Notebook inside the WSL2. Is that what you want? If you run Jupyter Notebook manually within the WSL2, it should work.
What happens if you run Jupyter Notebook in WSL before starting nvim? Simply with command. `jupyter notebook`
1. If Jupynium can connect to the default URL, it will just connect. 2. Else, it will try to launch the jupyter notebook server. You need to configure where your...