Describe the bug
I'm on Ubuntu WSL using pip install jupynium to install jupynium (This does not appear in the doc ... so I'm not sure if it's needed... )
I opened a file named test.ju.py as suggested in the quick start session and run :JupyniumStartAndAttachToServer
it shows [Jupynium]: Jupynium successfully attached and initialised. Run :JupyniumStartSync (also firefox does not spawn...)
I did as suggested . Run the command but then I was greeted with
Jupynium : RPC channel closed. Stop sending all notifications.
[Jupynium]: Cancelling sync.....
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
after running JupyniumStartAndAttachToServer, firefox windows should show up and then jupyniumstartsync should reflects what is edited in real time.
Output when using jupynium command
If you launch Jupynium server using the command line program, it gives you more helpful logs.
Details
Paste the output here
Output of jupynium --version
Output of nvim --version
Additional context
Add any other context about the problem here.
Describe the bug
I'm on Ubuntu WSL using
pip install jupyniumto install jupynium (This does not appear in the doc ... so I'm not sure if it's needed... )I opened a file named
test.ju.pyas suggested in the quick start session and run:JupyniumStartAndAttachToServerit shows [Jupynium]: Jupynium successfully attached and initialised. Run
:JupyniumStartSync(also firefox does not spawn...)I did as suggested . Run the command but then I was greeted with
Jupynium : RPC channel closed. Stop sending all notifications.
[Jupynium]: Cancelling sync.....
To Reproduce
Steps to reproduce the behavior:
Expected behavior
after running JupyniumStartAndAttachToServer, firefox windows should show up and then jupyniumstartsync should reflects what is edited in real time.
Output when using
jupyniumcommandIf you launch Jupynium server using the command line program, it gives you more helpful logs.
Details
Paste the output here
Output of
jupynium --versionOutput of
nvim --versionAdditional context
Add any other context about the problem here.