BDcool

Results 19 comments of BDcool

I retried running `jupyter notebook` outside of nvim and the browser does not automatically spawned. It complained about not being able to find the terminal. However, The link for accessing...

This is the log I got running `:JupyterStartAndAttachToServerInTerminal` . It's working pretty well until trying to access /nbextension which resulted in a 302 and a 404 ``` jupynium.pynvim_helpers: 11 -...

> 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...

I uploaded to jupyter notebook 7. It still does not work. For example, following quick start Open a *.ju.py file. Execute :JupyniumStartAndAttachToServer. This will open Jupyter Notebook on the Firefox...

When using terminal to spawn firefox, it works with 2 warnings. [GFX1-]: glxtest: libEGL missing [GFX1-]: glxtest: libGL.so.1 missing When running `jupyter notebook` in the terminal without jupynium, it does...

In that hanging situation, if I close the firefox window. Everything back to normal. Here are the log I think it's relevant. ``` jupynium.events_control: 195 - INFO - Event from...

No. With terminal, the hanging problem occurs. Without terminal, the connecting error problem is encountered.

If I just type `jupyter notebook`, it's working. ![Snag_137bbf48](https://github.com/kiyoon/jupynium.nvim/assets/142651049/4a8a182e-029b-4cf5-bac6-e4846b7d587d) ![Snag_137c0837](https://github.com/kiyoon/jupynium.nvim/assets/142651049/300ef5fa-c9e5-4915-be26-abb9d92b9873) Not automatically open a browser window but the link works and I can connect to a kernel without problems.