coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.51k stars 5.45k forks source link

Jupyter ipynb file cannot work on iPad, but iphone displays properly. I have already configed https for code-server. #6761

Open xsw300 opened 2 months ago

xsw300 commented 2 months ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

  1. Config https for code-server.
  2. Open code-server on Edge/Chrome/Safari/Firefox
  3. Install extension Jupyter and Python
  4. Tap any ipynb file

Expected

Ipynb should display properly on iPad as same as iPhone or android devices.

Actual

I have already configured https for code-server. I want to edit jupyter script on code-server. But all my devices e.g. android, pc, even iPhone pro 11 can load ipynb properly but iPad pro. Ipynb files stuck loading on iPad as if I haven't config https for code server.

Logs

No response

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

No, this works as expected in native VS Code

Does this bug reproduce in GitHub Codespaces?

I did not test GitHub Codespaces

Are you accessing code-server over a secure context?

Notes

No response

code-asher commented 2 months ago

Can you get the logs from the browser console? I suspect a browser issue.

xsw300 commented 2 months ago

Can you get the logs from the browser console? I suspect a browser issue.

20240418-112308 This is the logs from my iPad. I used a extension called Web Inspector for capturing it. I open .ipynd right directly after I login codeserver.

2024-04-18 This is the logs from my pc.

I found out that the log 'Jupyther Notebook Renderer actived' only shows on pc.

code-asher commented 2 months ago

Thank you! That null error seems weird but I have no idea if it is related. I was hoping to see something more specific, but no luck.

Could you try Codespaces and see if the same thing happens there? If it does, I think we will need to open an issue with the extension or VS Code.