How to use WGLMakie in Jupyter Notebook through ssh? #4182
Replies: 14 comments
-
With a bit of luck, changing the port to 8081 could make things work |
Beta Was this translation helpful? Give feedback.
-
Bad luck! Now the content was blocked by security policy. I am not sure of closing this or leaving it open so that someone else can find it when looking for a similar thing. |
Beta Was this translation helpful? Give feedback.
-
Ah, but I guess that means it works almost and should be fixable somehow! |
Beta Was this translation helpful? Give feedback.
-
Great! I feel like it is almost there: I am seeing an infitine loop of this: |
Beta Was this translation helpful? Give feedback.
-
Did you figure this out? I have same issue. I have to use WGLMakie since GLMakie doesn't work on the server due to some OpenGL issue. |
Beta Was this translation helpful? Give feedback.
-
Jupyter or Pluto? |
Beta Was this translation helpful? Give feedback.
-
I use Jupyter. But I'll try Pluto. |
Beta Was this translation helpful? Give feedback.
-
Any updates? This is what I am getting right now: No plot 😞 CairoMakie works fine, though. Pluto is not always an option, and CairoMakie is slow for large datasets. It would be nice to get this fixed for Jupyter. |
Beta Was this translation helpful? Give feedback.
-
I'm working on it: SimonDanisch/Bonito.jl#111 |
Beta Was this translation helpful? Give feedback.
-
Nice, thanks. @SimonDanisch if that PR gets merged, it means that it will just work, without any extra config? |
Beta Was this translation helpful? Give feedback.
-
I'm aiming for that and it should be possible, so yes! Lets hope nothing too unexpected jinxes it :D |
Beta Was this translation helpful? Give feedback.
-
Good! Looking forward to it. |
Beta Was this translation helpful? Give feedback.
-
This should help #2405 |
Beta Was this translation helpful? Give feedback.
-
Should we move this to Q&A? |
Beta Was this translation helpful? Give feedback.
-
This is a follow up to a discussion from slack (actually modifying the use case), but I think it deserves to be here so that we can work on it on an organized manner.
Case: I connect to a remote server via ssh. I launch a Jupyter notebook instance in this server, this goes back to my computer via the ssh channel.
Then, inside the jupyter notebook I try to use WGLMakie:
Result:
I get no plot, instead I get an error
Desired result: I see a nice looking plot in my browser.
How could I make this work?
Beta Was this translation helpful? Give feedback.
All reactions