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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
For JupyniumStartAndAttachToServer command:
Just open a .ju.py file and use the command:
:JupyniumStartAndAttachToServer
Nothing happens.
for Not an editor command JupyniumExecuteSelectedCells" error message:
Steps to reproduce the behavior:
Create a simple test.ju.py file
Create a simple cell usin #%% separator
Press space, x to execute the Cell
Expected behavior
Cell executed.
Logs in /tmp/jupynium/logs/
2024-02-15 17:58:15,677 - jupynium.cmds.jupynium: 93 - INFO - Using firefox profile: None
2024-02-15 17:58:17,337 - jupynium.cmds.jupynium: 397 - INFO - Writing Jupyter Notebook server log to: /tmp/tmpbuacinx0
2024-02-15 17:58:18,490 - jupynium.cmds.jupynium: 546 - INFO - No nvim attached. Waiting for nvim to attach. Run jupynium --nvim_listen_addr /tmp/example (use `:echo v:servername` of nvim)
2024-02-15 17:58:21,852 - jupynium.cmds.jupynium: 592 - INFO - Browser disconnected. Quitting Jupynium.
2024-02-15 17:58:21,859 - jupynium.cmds.jupynium: 608 - SUCCESS - Piecefully closed as the browser is closed.
2024-02-15 17:58:21,875 - jupynium.cmds.jupynium: 344 - INFO - Jupyter Notebook server (pid=1304524) has been killed.
Operation system: Linux Fedora 39
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
For JupyniumStartAndAttachToServer command:
Just open a
.ju.py
file and use the command::JupyniumStartAndAttachToServer
Nothing happens.
for Not an editor command JupyniumExecuteSelectedCells" error message:
Steps to reproduce the behavior:
test.ju.py
filespace, x
to execute the CellExpected behavior
Cell executed.
Logs in
/tmp/jupynium/logs/
Operation system: Linux Fedora 39
The text was updated successfully, but these errors were encountered: